Struct acpi::fadt::ArmBootArchFlags [−][src]
pub struct ArmBootArchFlags(_);
Implementations
If true, the system implements PSCI.
If true, OSPM must use HVC instead of SMC as the PSCI conduit.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ArmBootArchFlags
impl Send for ArmBootArchFlags
impl Sync for ArmBootArchFlags
impl Unpin for ArmBootArchFlags
impl UnwindSafe for ArmBootArchFlags
Blanket Implementations
Mutably borrows from an owned value. Read more