Struct windows::Wdk::System::SystemServices::CM_PNP_BIOS_DEVICE_NODE
#[repr(C, packed(1))]pub struct CM_PNP_BIOS_DEVICE_NODE {
pub Size: u16,
pub Node: u8,
pub ProductId: u32,
pub DeviceType: [u8; 3],
pub DeviceAttributes: u16,
}
Fields§
§Size: u16
§Node: u8
§ProductId: u32
§DeviceType: [u8; 3]
§DeviceAttributes: u16
Trait Implementations§
§impl Clone for CM_PNP_BIOS_DEVICE_NODE
impl Clone for CM_PNP_BIOS_DEVICE_NODE
§fn clone(&self) -> CM_PNP_BIOS_DEVICE_NODE
fn clone(&self) -> CM_PNP_BIOS_DEVICE_NODE
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_DEVICE_NODE
impl Default for CM_PNP_BIOS_DEVICE_NODE
impl Copy for CM_PNP_BIOS_DEVICE_NODE
Auto Trait Implementations§
impl Freeze for CM_PNP_BIOS_DEVICE_NODE
impl RefUnwindSafe for CM_PNP_BIOS_DEVICE_NODE
impl Send for CM_PNP_BIOS_DEVICE_NODE
impl Sync for CM_PNP_BIOS_DEVICE_NODE
impl Unpin for CM_PNP_BIOS_DEVICE_NODE
impl UnwindSafe for CM_PNP_BIOS_DEVICE_NODE
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
)