#[repr(C)]pub struct Struct_acpi_generic_address {
pub SpaceId: UINT8,
pub BitWidth: UINT8,
pub BitOffset: UINT8,
pub AccessWidth: UINT8,
pub Address: UINT64,
}Fields§
§SpaceId: UINT8§BitWidth: UINT8§BitOffset: UINT8§AccessWidth: UINT8§Address: UINT64Trait Implementations§
Source§impl Clone for Struct_acpi_generic_address
impl Clone for Struct_acpi_generic_address
impl Copy for Struct_acpi_generic_address
Auto Trait Implementations§
impl Freeze for Struct_acpi_generic_address
impl RefUnwindSafe for Struct_acpi_generic_address
impl Send for Struct_acpi_generic_address
impl Sync for Struct_acpi_generic_address
impl Unpin for Struct_acpi_generic_address
impl UnwindSafe for Struct_acpi_generic_address
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