#[repr(C)]pub struct Struct_acpi_pcct_shared_memory {
pub Signature: UINT32,
pub Command: UINT16,
pub Status: UINT16,
}Fields§
§Signature: UINT32§Command: UINT16§Status: UINT16Trait Implementations§
Auto Trait Implementations§
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