Struct GLOBALENTRY
#[repr(C, packed(4))]pub struct GLOBALENTRY {}Fields§
§dwSize: u32§dwAddress: u32§dwBlockSize: u32§hBlock: HANDLE§wcLock: u16§wcPageLock: u16§wFlags: u16§wHeapPresent: BOOL§hOwner: HANDLE§wType: u16§wData: u16§dwNext: u32§dwNextAlt: u32Trait Implementations§
§impl Clone for GLOBALENTRY
impl Clone for GLOBALENTRY
§fn clone(&self) -> GLOBALENTRY
fn clone(&self) -> GLOBALENTRY
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 more§impl Default for GLOBALENTRY
impl Default for GLOBALENTRY
§fn default() -> GLOBALENTRY
fn default() -> GLOBALENTRY
Returns the “default value” for a type. Read more
impl Copy for GLOBALENTRY
Auto Trait Implementations§
impl Freeze for GLOBALENTRY
impl RefUnwindSafe for GLOBALENTRY
impl !Send for GLOBALENTRY
impl !Sync for GLOBALENTRY
impl Unpin for GLOBALENTRY
impl UnwindSafe for GLOBALENTRY
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