#[repr(C, packed(2))]pub struct LocalContextItem {
pub lci_Node: MinNode,
pub lci_ID: ULONG,
pub lci_Type: ULONG,
pub lci_Ident: ULONG,
}Fields§
§lci_Node: MinNode§lci_ID: ULONG§lci_Type: ULONG§lci_Ident: ULONGTrait Implementations§
Source§impl Clone for LocalContextItem
impl Clone for LocalContextItem
Source§fn clone(&self) -> LocalContextItem
fn clone(&self) -> LocalContextItem
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 LocalContextItem
impl Debug for LocalContextItem
impl Copy for LocalContextItem
Auto Trait Implementations§
impl Freeze for LocalContextItem
impl RefUnwindSafe for LocalContextItem
impl !Send for LocalContextItem
impl !Sync for LocalContextItem
impl Unpin for LocalContextItem
impl UnwindSafe for LocalContextItem
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