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