#[repr(C)]pub struct Struct_acpi_table_bert {
pub Header: ACPI_TABLE_HEADER,
pub RegionLength: UINT32,
pub Address: UINT64,
}Fields§
§Header: ACPI_TABLE_HEADER§RegionLength: UINT32§Address: UINT64Trait Implementations§
Source§impl Clone for Struct_acpi_table_bert
impl Clone for Struct_acpi_table_bert
Source§impl Default for Struct_acpi_table_bert
impl Default for Struct_acpi_table_bert
impl Copy for Struct_acpi_table_bert
Auto Trait Implementations§
impl Freeze for Struct_acpi_table_bert
impl RefUnwindSafe for Struct_acpi_table_bert
impl Send for Struct_acpi_table_bert
impl Sync for Struct_acpi_table_bert
impl Unpin for Struct_acpi_table_bert
impl UnwindSafe for Struct_acpi_table_bert
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