Enum Svcallact
pub enum Svcallact {
_0 = 0,
_1 = 1,
}Expand description
SVCall active bit, reads as 1 if SVC call is active
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Svcallact
impl Eq for Svcallact
impl StructuralPartialEq for Svcallact
Auto Trait Implementations§
impl Freeze for Svcallact
impl RefUnwindSafe for Svcallact
impl Send for Svcallact
impl Sync for Svcallact
impl Unpin for Svcallact
impl UnwindSafe for Svcallact
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