Struct windows::Wdk::System::SystemServices::CM_PNP_BIOS_INSTALLATION_CHECK
#[repr(C, packed(1))]pub struct CM_PNP_BIOS_INSTALLATION_CHECK {Show 13 fields
pub Signature: [u8; 4],
pub Revision: u8,
pub Length: u8,
pub ControlField: u16,
pub Checksum: u8,
pub EventFlagAddress: u32,
pub RealModeEntryOffset: u16,
pub RealModeEntrySegment: u16,
pub ProtectedModeEntryOffset: u16,
pub ProtectedModeCodeBaseAddress: u32,
pub OemDeviceId: u32,
pub RealModeDataBaseAddress: u16,
pub ProtectedModeDataBaseAddress: u32,
}
Fields§
§Signature: [u8; 4]
§Revision: u8
§Length: u8
§ControlField: u16
§Checksum: u8
§EventFlagAddress: u32
§RealModeEntryOffset: u16
§RealModeEntrySegment: u16
§ProtectedModeEntryOffset: u16
§ProtectedModeCodeBaseAddress: u32
§OemDeviceId: u32
§RealModeDataBaseAddress: u16
§ProtectedModeDataBaseAddress: u32
Trait Implementations§
§impl Clone for CM_PNP_BIOS_INSTALLATION_CHECK
impl Clone for CM_PNP_BIOS_INSTALLATION_CHECK
§fn clone(&self) -> CM_PNP_BIOS_INSTALLATION_CHECK
fn clone(&self) -> CM_PNP_BIOS_INSTALLATION_CHECK
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 more§impl Default for CM_PNP_BIOS_INSTALLATION_CHECK
impl Default for CM_PNP_BIOS_INSTALLATION_CHECK
impl Copy for CM_PNP_BIOS_INSTALLATION_CHECK
Auto Trait Implementations§
impl Freeze for CM_PNP_BIOS_INSTALLATION_CHECK
impl RefUnwindSafe for CM_PNP_BIOS_INSTALLATION_CHECK
impl Send for CM_PNP_BIOS_INSTALLATION_CHECK
impl Sync for CM_PNP_BIOS_INSTALLATION_CHECK
impl Unpin for CM_PNP_BIOS_INSTALLATION_CHECK
impl UnwindSafe for CM_PNP_BIOS_INSTALLATION_CHECK
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
)