Struct windows_sys::Win32::System::VirtualDosMachines::VDM_SEGINFO
#[repr(C)]pub struct VDM_SEGINFO {
pub Selector: u16,
pub SegNumber: u16,
pub Length: u32,
pub Type: u16,
pub ModuleName: [i8; 9],
pub FileName: [i8; 255],
}
Fields§
§Selector: u16
§SegNumber: u16
§Length: u32
§Type: u16
§ModuleName: [i8; 9]
§FileName: [i8; 255]
Trait Implementations§
§impl Clone for VDM_SEGINFO
impl Clone for VDM_SEGINFO
§fn clone(&self) -> VDM_SEGINFO
fn clone(&self) -> VDM_SEGINFO
Returns a copy 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 moreimpl Copy for VDM_SEGINFO
Auto Trait Implementations§
impl Freeze for VDM_SEGINFO
impl RefUnwindSafe for VDM_SEGINFO
impl Send for VDM_SEGINFO
impl Sync for VDM_SEGINFO
impl Unpin for VDM_SEGINFO
impl UnwindSafe for VDM_SEGINFO
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)