#[repr(C)]pub struct Struct_acpi_io_attribute {
pub RangeType: UINT8,
pub Translation: UINT8,
pub TranslationType: UINT8,
pub Reserved1: UINT8,
}Fields§
§RangeType: UINT8§Translation: UINT8§TranslationType: UINT8§Reserved1: UINT8Trait Implementations§
Source§impl Clone for Struct_acpi_io_attribute
impl Clone for Struct_acpi_io_attribute
Source§impl Default for Struct_acpi_io_attribute
impl Default for Struct_acpi_io_attribute
impl Copy for Struct_acpi_io_attribute
Auto Trait Implementations§
impl Freeze for Struct_acpi_io_attribute
impl RefUnwindSafe for Struct_acpi_io_attribute
impl Send for Struct_acpi_io_attribute
impl Sync for Struct_acpi_io_attribute
impl Unpin for Struct_acpi_io_attribute
impl UnwindSafe for Struct_acpi_io_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