#[repr(C)]pub struct Struct_Unnamed3 {
pub Type: ACPI_OBJECT_TYPE,
pub Length: UINT32,
pub Pointer: *mut UINT8,
}Fields§
§Type: ACPI_OBJECT_TYPE§Length: UINT32§Pointer: *mut UINT8Trait Implementations§
Source§impl Clone for Struct_Unnamed3
impl Clone for Struct_Unnamed3
Source§impl Default for Struct_Unnamed3
impl Default for Struct_Unnamed3
impl Copy for Struct_Unnamed3
Auto Trait Implementations§
impl Freeze for Struct_Unnamed3
impl RefUnwindSafe for Struct_Unnamed3
impl !Send for Struct_Unnamed3
impl !Sync for Struct_Unnamed3
impl Unpin for Struct_Unnamed3
impl UnwindSafe for Struct_Unnamed3
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