#[repr(C)]pub struct nodeElt_s {
pub count: u32,
pub parent: u16,
pub byte: u8,
pub nbBits: u8,
}Fields§
§count: u32§parent: u16§byte: u8§nbBits: u8Trait Implementations§
Auto Trait Implementations§
impl Freeze for nodeElt_s
impl RefUnwindSafe for nodeElt_s
impl Send for nodeElt_s
impl Sync for nodeElt_s
impl Unpin for nodeElt_s
impl UnsafeUnpin for nodeElt_s
impl UnwindSafe for nodeElt_s
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