Struct windows_sys::Win32::System::VirtualDosMachines::VDMLDT_ENTRY_0_1
[−]#[repr(C)]pub struct VDMLDT_ENTRY_0_1 {
pub BaseMid: u8,
pub Flags1: u8,
pub Flags2: u8,
pub BaseHi: u8,
}
Expand description
Required features: "Win32_System_VirtualDosMachines"
Fields
BaseMid: u8
Flags1: u8
Flags2: u8
BaseHi: u8
Trait Implementations
impl Clone for VDMLDT_ENTRY_0_1
impl Clone for VDMLDT_ENTRY_0_1
impl Copy for VDMLDT_ENTRY_0_1
Auto Trait Implementations
impl RefUnwindSafe for VDMLDT_ENTRY_0_1
impl Send for VDMLDT_ENTRY_0_1
impl Sync for VDMLDT_ENTRY_0_1
impl Unpin for VDMLDT_ENTRY_0_1
impl UnwindSafe for VDMLDT_ENTRY_0_1
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