#[repr(C, packed(1))]pub struct RASF {
pub header: SDTHeader,
pub rasf_platform_communication_channel_id: [u8; 12],
}Expand description
§ACPI RAS Feature Table (RASF)
Fields§
§header: SDTHeader- Signature - “RASF”
rasf_platform_communication_channel_id: [u8; 12]Identifier of the RASF Platform Communication Channel.
OSPM should use this value to identify the PCC Sub channel structure in the RASF table
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RASF
impl RefUnwindSafe for RASF
impl Send for RASF
impl Sync for RASF
impl Unpin for RASF
impl UnwindSafe for RASF
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