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