#[repr(C)]pub struct Struct_acpi_dmar_header {
pub Type: UINT16,
pub Length: UINT16,
}Fields§
§Type: UINT16§Length: UINT16Trait Implementations§
Source§impl Clone for Struct_acpi_dmar_header
impl Clone for Struct_acpi_dmar_header
Source§impl Default for Struct_acpi_dmar_header
impl Default for Struct_acpi_dmar_header
impl Copy for Struct_acpi_dmar_header
Auto Trait Implementations§
impl Freeze for Struct_acpi_dmar_header
impl RefUnwindSafe for Struct_acpi_dmar_header
impl Send for Struct_acpi_dmar_header
impl Sync for Struct_acpi_dmar_header
impl Unpin for Struct_acpi_dmar_header
impl UnwindSafe for Struct_acpi_dmar_header
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