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