Struct lu_formats::files::fdb::HashTable
source · pub struct HashTable {
pub table_size: u32,
pub ofs_buckets: u32,
}
Expand description
Fields§
§table_size: u32
§ofs_buckets: u32
Implementations§
source§impl HashTable
impl HashTable
pub fn parse_buckets<'a>( &self, _input: &'a [u8] ) -> IResult<&'a [u8], Vec<HashBucket>>
Trait Implementations§
source§impl<'de> Deserialize<'de> for HashTable
impl<'de> Deserialize<'de> for HashTable
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<HashTable> for HashTable
impl PartialEq<HashTable> for HashTable
impl StructuralPartialEq for HashTable
Auto Trait Implementations§
impl RefUnwindSafe for HashTable
impl Send for HashTable
impl Sync for HashTable
impl Unpin for HashTable
impl UnwindSafe for HashTable
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