Enum Svcallpended
pub enum Svcallpended {
_0 = 0,
_1 = 1,
}Expand description
SVCall pending bit, reads as 1 if exception is pending
Value on reset: 0
Variants§
Trait Implementations§
§impl Clone for Svcallpended
impl Clone for Svcallpended
§fn clone(&self) -> Svcallpended
fn clone(&self) -> Svcallpended
Returns a duplicate 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 more§impl Debug for Svcallpended
impl Debug for Svcallpended
§impl Format for Svcallpended
impl Format for Svcallpended
§impl From<Svcallpended> for bool
impl From<Svcallpended> for bool
§fn from(variant: Svcallpended) -> Self
fn from(variant: Svcallpended) -> Self
Converts to this type from the input type.
§impl PartialEq for Svcallpended
impl PartialEq for Svcallpended
impl Copy for Svcallpended
impl Eq for Svcallpended
impl StructuralPartialEq for Svcallpended
Auto Trait Implementations§
impl Freeze for Svcallpended
impl RefUnwindSafe for Svcallpended
impl Send for Svcallpended
impl Sync for Svcallpended
impl Unpin for Svcallpended
impl UnwindSafe for Svcallpended
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