#[repr(C)]pub struct Struct_acpi_table_bgrt {
pub Header: ACPI_TABLE_HEADER,
pub Version: UINT16,
pub Status: UINT8,
pub ImageType: UINT8,
pub ImageAddress: UINT64,
pub ImageOffsetX: UINT32,
pub ImageOffsetY: UINT32,
}Fields§
§Header: ACPI_TABLE_HEADER§Version: UINT16§Status: UINT8§ImageType: UINT8§ImageAddress: UINT64§ImageOffsetX: UINT32§ImageOffsetY: UINT32Trait Implementations§
Source§impl Clone for Struct_acpi_table_bgrt
impl Clone for Struct_acpi_table_bgrt
Source§impl Default for Struct_acpi_table_bgrt
impl Default for Struct_acpi_table_bgrt
impl Copy for Struct_acpi_table_bgrt
Auto Trait Implementations§
impl Freeze for Struct_acpi_table_bgrt
impl RefUnwindSafe for Struct_acpi_table_bgrt
impl Send for Struct_acpi_table_bgrt
impl Sync for Struct_acpi_table_bgrt
impl Unpin for Struct_acpi_table_bgrt
impl UnwindSafe for Struct_acpi_table_bgrt
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