#[repr(C)]pub struct Struct_acpi_address16_attribute {
pub Granularity: UINT16,
pub Minimum: UINT16,
pub Maximum: UINT16,
pub TranslationOffset: UINT16,
pub AddressLength: UINT16,
}Fields§
§Granularity: UINT16§Minimum: UINT16§Maximum: UINT16§TranslationOffset: UINT16§AddressLength: UINT16Trait Implementations§
impl Copy for Struct_acpi_address16_attribute
Auto Trait Implementations§
impl Freeze for Struct_acpi_address16_attribute
impl RefUnwindSafe for Struct_acpi_address16_attribute
impl Send for Struct_acpi_address16_attribute
impl Sync for Struct_acpi_address16_attribute
impl Unpin for Struct_acpi_address16_attribute
impl UnwindSafe for Struct_acpi_address16_attribute
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