pub enum InjectionType {
Normal,
Restricted,
}
Expand description
The interrupt injection type to use for the highest vmpl’s VMSA.
Variants§
Trait Implementations§
Source§impl Clone for InjectionType
impl Clone for InjectionType
Source§fn clone(&self) -> InjectionType
fn clone(&self) -> InjectionType
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 InjectionType
impl Debug for InjectionType
Source§impl PartialEq for InjectionType
impl PartialEq for InjectionType
impl Copy for InjectionType
impl Eq for InjectionType
impl StructuralPartialEq for InjectionType
Auto Trait Implementations§
impl Freeze for InjectionType
impl RefUnwindSafe for InjectionType
impl Send for InjectionType
impl Sync for InjectionType
impl Unpin for InjectionType
impl UnwindSafe for InjectionType
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