pub enum ControlInterface {
CpuDriver,
ArmPsci,
ArmWfi,
RiscvSbi,
RiscvWfi,
}
Variants§
Trait Implementations§
Source§impl Clone for ControlInterface
impl Clone for ControlInterface
Source§fn clone(&self) -> ControlInterface
fn clone(&self) -> ControlInterface
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ControlInterface
impl Debug for ControlInterface
Source§impl<'de> Deserialize<'de> for ControlInterface
impl<'de> Deserialize<'de> for ControlInterface
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ControlInterface
impl PartialEq for ControlInterface
impl StructuralPartialEq for ControlInterface
Auto Trait Implementations§
impl Freeze for ControlInterface
impl RefUnwindSafe for ControlInterface
impl Send for ControlInterface
impl Sync for ControlInterface
impl Unpin for ControlInterface
impl UnwindSafe for ControlInterface
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)