Enum stm32_metapac::fmc::vals::Nb
#[repr(u8)]pub enum Nb {
NB2 = 0,
NB4 = 1,
}
Variants§
Implementations§
Trait Implementations§
§impl Ord for Nb
impl Ord for Nb
§impl PartialOrd for Nb
impl PartialOrd for Nb
§fn partial_cmp(&self, other: &Nb) -> Option<Ordering>
fn partial_cmp(&self, other: &Nb) -> 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 Nb
impl Eq for Nb
impl StructuralEq for Nb
impl StructuralPartialEq for Nb
Auto Trait Implementations§
impl RefUnwindSafe for Nb
impl Send for Nb
impl Sync for Nb
impl Unpin for Nb
impl UnwindSafe for Nb
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