pub enum Ring {
Super,
User,
}Expand description
Represents a privilege level of an external function or an ISR
Variants§
Trait Implementations§
Source§impl Ord for Ring
impl Ord for Ring
Source§impl PartialEq for Ring
All of these type traits look suspiciously similar to the Type Classes
covered in lecture…
impl PartialEq for Ring
All of these type traits look suspiciously similar to the Type Classes covered in lecture…
Source§impl PartialOrd for Ring
impl PartialOrd for Ring
impl Copy for Ring
impl Eq for Ring
Auto Trait Implementations§
impl Freeze for Ring
impl RefUnwindSafe for Ring
impl Send for Ring
impl Sync for Ring
impl Unpin for Ring
impl UnsafeUnpin for Ring
impl UnwindSafe for Ring
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