Enum Ssrumf
#[repr(u8)]pub enum Ssrumf {
_RESERVED_0 = 0,
Underflow = 1,
}Variants§
_RESERVED_0 = 0
Underflow = 1
This flag is set by hardware when the SSR rolls under 0. SSRUF is not set when SSCLR=1
Implementations§
Trait Implementations§
impl Copy for Ssrumf
impl Eq for Ssrumf
§impl Ord for Ssrumf
impl Ord for Ssrumf
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Ssrumf
impl PartialOrd for Ssrumf
impl StructuralPartialEq for Ssrumf
Auto Trait Implementations§
impl Freeze for Ssrumf
impl RefUnwindSafe for Ssrumf
impl Send for Ssrumf
impl Sync for Ssrumf
impl Unpin for Ssrumf
impl UnsafeUnpin for Ssrumf
impl UnwindSafe for Ssrumf
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