#[repr(C)]pub struct Struct_acpi_rasf_shared_memory {
pub Signature: UINT32,
pub Command: UINT16,
pub Status: UINT16,
pub Version: UINT16,
pub Capabilities: [UINT8; 16],
pub SetCapabilities: [UINT8; 16],
pub NumParameterBlocks: UINT16,
pub SetCapabilitiesStatus: UINT32,
}Fields§
§Signature: UINT32§Command: UINT16§Status: UINT16§Version: UINT16§Capabilities: [UINT8; 16]§SetCapabilities: [UINT8; 16]§NumParameterBlocks: UINT16§SetCapabilitiesStatus: UINT32Trait 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