Struct windows::Wdk::System::SystemServices::CM_EISA_SLOT_INFORMATION
#[repr(C, packed(1))]pub struct CM_EISA_SLOT_INFORMATION {
pub ReturnCode: u8,
pub ReturnFlags: u8,
pub MajorRevision: u8,
pub MinorRevision: u8,
pub Checksum: u16,
pub NumberFunctions: u8,
pub FunctionInformation: u8,
pub CompressedId: u32,
}
Fields§
§ReturnCode: u8
§ReturnFlags: u8
§MajorRevision: u8
§MinorRevision: u8
§Checksum: u16
§NumberFunctions: u8
§FunctionInformation: u8
§CompressedId: u32
Trait Implementations§
§impl Clone for CM_EISA_SLOT_INFORMATION
impl Clone for CM_EISA_SLOT_INFORMATION
§fn clone(&self) -> CM_EISA_SLOT_INFORMATION
fn clone(&self) -> CM_EISA_SLOT_INFORMATION
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_EISA_SLOT_INFORMATION
impl Default for CM_EISA_SLOT_INFORMATION
impl Copy for CM_EISA_SLOT_INFORMATION
Auto Trait Implementations§
impl Freeze for CM_EISA_SLOT_INFORMATION
impl RefUnwindSafe for CM_EISA_SLOT_INFORMATION
impl Send for CM_EISA_SLOT_INFORMATION
impl Sync for CM_EISA_SLOT_INFORMATION
impl Unpin for CM_EISA_SLOT_INFORMATION
impl UnwindSafe for CM_EISA_SLOT_INFORMATION
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
)