#[repr(C)]pub struct Struct_acpi_dmar_device_scope {
pub EntryType: UINT8,
pub Length: UINT8,
pub Reserved: UINT16,
pub EnumerationId: UINT8,
pub Bus: UINT8,
}Fields§
§EntryType: UINT8§Length: UINT8§Reserved: UINT16§EnumerationId: UINT8§Bus: UINT8Trait Implementations§
impl Copy for Struct_acpi_dmar_device_scope
Auto Trait Implementations§
impl Freeze for Struct_acpi_dmar_device_scope
impl RefUnwindSafe for Struct_acpi_dmar_device_scope
impl Send for Struct_acpi_dmar_device_scope
impl Sync for Struct_acpi_dmar_device_scope
impl Unpin for Struct_acpi_dmar_device_scope
impl UnwindSafe for Struct_acpi_dmar_device_scope
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