#[repr(C)]pub struct Struct_acpi_csrt_group {
pub Length: UINT32,
pub VendorId: UINT32,
pub SubvendorId: UINT32,
pub DeviceId: UINT16,
pub SubdeviceId: UINT16,
pub Revision: UINT16,
pub Reserved: UINT16,
pub SharedInfoLength: UINT32,
}Fields§
§Length: UINT32§VendorId: UINT32§SubvendorId: UINT32§DeviceId: UINT16§SubdeviceId: UINT16§Revision: UINT16§Reserved: UINT16Trait Implementations§
Source§impl Clone for Struct_acpi_csrt_group
impl Clone for Struct_acpi_csrt_group
Source§impl Default for Struct_acpi_csrt_group
impl Default for Struct_acpi_csrt_group
impl Copy for Struct_acpi_csrt_group
Auto Trait Implementations§
impl Freeze for Struct_acpi_csrt_group
impl RefUnwindSafe for Struct_acpi_csrt_group
impl Send for Struct_acpi_csrt_group
impl Sync for Struct_acpi_csrt_group
impl Unpin for Struct_acpi_csrt_group
impl UnwindSafe for Struct_acpi_csrt_group
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