pub struct LFList {
pub hash: u32,
pub name: String,
pub content: HashMap<u32, u8>,
pub genesys: u32,
pub glist: HashMap<u32, u32>,
}Fields§
§hash: u32§name: String§content: HashMap<u32, u8>§genesys: u32§glist: HashMap<u32, u32>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LFList
impl RefUnwindSafe for LFList
impl Send for LFList
impl Sync for LFList
impl Unpin for LFList
impl UnsafeUnpin for LFList
impl UnwindSafe for LFList
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