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