#[repr(u8)]pub enum FeatureId {
NotificationPendingInterrupt = 1,
ScheduleReceiverInterrupt = 2,
ManagedExitInterrupt = 3,
}Expand description
Feature IDs used by the FFA_FEATURES interface.
Variants§
Trait Implementations§
Source§impl TryFromPrimitive for FeatureId
impl TryFromPrimitive for FeatureId
impl Copy for FeatureId
impl Eq for FeatureId
impl StructuralPartialEq for FeatureId
Auto Trait Implementations§
impl Freeze for FeatureId
impl RefUnwindSafe for FeatureId
impl Send for FeatureId
impl Sync for FeatureId
impl Unpin for FeatureId
impl UnsafeUnpin for FeatureId
impl UnwindSafe for FeatureId
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