Enum stm32_metapac::dma2d::vals::Lom
#[repr(u8)]pub enum Lom {
PIXELS = 0,
BYTES = 1,
}
Variants§
Implementations§
Trait Implementations§
§impl Ord for Lom
impl Ord for Lom
§impl PartialOrd for Lom
impl PartialOrd for Lom
impl Copy for Lom
impl Eq for Lom
impl StructuralPartialEq for Lom
Auto Trait Implementations§
impl Freeze for Lom
impl RefUnwindSafe for Lom
impl Send for Lom
impl Sync for Lom
impl Unpin for Lom
impl UnwindSafe for Lom
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
)