Struct windows_sys::Win32::System::VirtualDosMachines::GLOBALENTRY
[−]#[repr(C, packed(4))]pub struct GLOBALENTRY {}
Expand description
Required features: "Win32_System_VirtualDosMachines"
, "Win32_Foundation"
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: u32
Trait Implementations
impl Clone for GLOBALENTRY
impl Clone for GLOBALENTRY
impl Copy for GLOBALENTRY
Auto Trait Implementations
impl RefUnwindSafe for GLOBALENTRY
impl Send for GLOBALENTRY
impl Sync for GLOBALENTRY
impl Unpin for GLOBALENTRY
impl UnwindSafe for GLOBALENTRY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more