Struct lu_formats::files::fdb::Table
source · pub struct Table {
pub ofs_table_desc: u32,
pub ofs_hash_table: u32,
}
Expand description
Fields§
§ofs_table_desc: u32
§ofs_hash_table: u32
Implementations§
source§impl Table
impl Table
pub fn parse_hash_table<'a>( &self, _input: &'a [u8] ) -> IResult<&'a [u8], HashTable>
pub fn parse_table_desc<'a>( &self, _input: &'a [u8] ) -> IResult<&'a [u8], TableDescription>
Trait Implementations§
source§impl<'de> Deserialize<'de> for Table
impl<'de> Deserialize<'de> for Table
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<Table> for Table
impl PartialEq<Table> for Table
impl StructuralPartialEq for Table
Auto Trait Implementations§
impl RefUnwindSafe for Table
impl Send for Table
impl Sync for Table
impl Unpin for Table
impl UnwindSafe for Table
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more