#[repr(C)]pub struct Struct_acpi_dbg2_header {
pub InfoOffset: UINT32,
pub InfoCount: UINT32,
}Fields§
§InfoOffset: UINT32§InfoCount: UINT32Trait Implementations§
Source§impl Clone for Struct_acpi_dbg2_header
impl Clone for Struct_acpi_dbg2_header
Source§impl Default for Struct_acpi_dbg2_header
impl Default for Struct_acpi_dbg2_header
impl Copy for Struct_acpi_dbg2_header
Auto Trait Implementations§
impl Freeze for Struct_acpi_dbg2_header
impl RefUnwindSafe for Struct_acpi_dbg2_header
impl Send for Struct_acpi_dbg2_header
impl Sync for Struct_acpi_dbg2_header
impl Unpin for Struct_acpi_dbg2_header
impl UnwindSafe for Struct_acpi_dbg2_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