Enum stm32_metapac::dma2d::vals::Ctcif
#[repr(u8)]pub enum Ctcif {
_RESERVED_0 = 0,
CLEAR = 1,
}
Variants§
Implementations§
Trait Implementations§
§impl Ord for Ctcif
impl Ord for Ctcif
§impl PartialOrd for Ctcif
impl PartialOrd for Ctcif
impl Copy for Ctcif
impl Eq for Ctcif
impl StructuralPartialEq for Ctcif
Auto Trait Implementations§
impl Freeze for Ctcif
impl RefUnwindSafe for Ctcif
impl Send for Ctcif
impl Sync for Ctcif
impl Unpin for Ctcif
impl UnwindSafe for Ctcif
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)