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