Struct 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 moreimpl 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