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: u32dwAddress: u32dwBlockSize: u32hBlock: HANDLEwcLock: u16wcPageLock: u16wFlags: u16wHeapPresent: BOOLhOwner: HANDLEwType: u16wData: u16dwNext: u32dwNextAlt: u32Trait 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