Struct windows_sys::Win32::System::VirtualDosMachines::VDMLDT_ENTRY
[−]#[repr(C)]pub struct VDMLDT_ENTRY {
pub LimitLow: u16,
pub BaseLow: u16,
pub HighWord: VDMLDT_ENTRY_0,
}
Expand description
Required features: ‘Win32_System_VirtualDosMachines’
Fields
LimitLow: u16
BaseLow: u16
HighWord: VDMLDT_ENTRY_0
Trait Implementations
impl Clone for VDMLDT_ENTRY
impl Clone for VDMLDT_ENTRY
impl Copy for VDMLDT_ENTRY
Auto Trait Implementations
impl RefUnwindSafe for VDMLDT_ENTRY
impl Send for VDMLDT_ENTRY
impl Sync for VDMLDT_ENTRY
impl Unpin for VDMLDT_ENTRY
impl UnwindSafe for VDMLDT_ENTRY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more