Enum stm32_metapac::fmc::vals::Nr
#[repr(u8)]pub enum Nr {
BITS11 = 0,
BITS12 = 1,
BITS13 = 2,
_RESERVED_3 = 3,
}
Variants§
Implementations§
Trait Implementations§
§impl Ord for Nr
impl Ord for Nr
§impl PartialOrd for Nr
impl PartialOrd for Nr
§fn partial_cmp(&self, other: &Nr) -> Option<Ordering>
fn partial_cmp(&self, other: &Nr) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for Nr
impl Eq for Nr
impl StructuralEq for Nr
impl StructuralPartialEq for Nr
Auto Trait Implementations§
impl RefUnwindSafe for Nr
impl Send for Nr
impl Sync for Nr
impl Unpin for Nr
impl UnwindSafe for Nr
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