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