pub struct ArmBootArchFlags(/* private fields */);Implementations§
Source§impl ArmBootArchFlags
impl ArmBootArchFlags
Sourcepub fn implements_psci(&self) -> bool
pub fn implements_psci(&self) -> bool
If true, the system implements PSCI.
Sourcepub fn use_hvc_as_psci_conduit(&self) -> bool
pub fn use_hvc_as_psci_conduit(&self) -> bool
If true, OSPM must use HVC instead of SMC as the PSCI conduit.
Trait Implementations§
Source§impl Clone for ArmBootArchFlags
impl Clone for ArmBootArchFlags
Source§fn clone(&self) -> ArmBootArchFlags
fn clone(&self) -> ArmBootArchFlags
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ArmBootArchFlags
impl Debug for ArmBootArchFlags
impl Copy for ArmBootArchFlags
Auto Trait Implementations§
impl Freeze for ArmBootArchFlags
impl RefUnwindSafe for ArmBootArchFlags
impl Send for ArmBootArchFlags
impl Sync for ArmBootArchFlags
impl Unpin for ArmBootArchFlags
impl UnwindSafe for ArmBootArchFlags
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)