#[repr(C, packed(1))]pub struct Acpi {
pub header: DevicePathProtocol,
pub hid: u32,
pub uid: u32,
}
Fields§
§header: DevicePathProtocol
§hid: u32
§uid: u32
Auto Trait Implementations§
impl Freeze for Acpi
impl RefUnwindSafe for Acpi
impl Send for Acpi
impl Sync for Acpi
impl Unpin for Acpi
impl UnwindSafe for Acpi
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