#[repr(C, packed(2))]pub struct ContextNode {
pub cn_Node: MinNode,
pub cn_ID: LONG,
pub cn_Type: LONG,
pub cn_Size: LONG,
pub cn_Scan: LONG,
}Fields§
§cn_Node: MinNode§cn_ID: LONG§cn_Type: LONG§cn_Size: LONG§cn_Scan: LONGTrait Implementations§
Source§impl Clone for ContextNode
impl Clone for ContextNode
Source§fn clone(&self) -> ContextNode
fn clone(&self) -> ContextNode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ContextNode
impl Debug for ContextNode
impl Copy for ContextNode
Auto Trait Implementations§
impl Freeze for ContextNode
impl RefUnwindSafe for ContextNode
impl !Send for ContextNode
impl !Sync for ContextNode
impl Unpin for ContextNode
impl UnwindSafe for ContextNode
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