Enum stm32_metapac::gpdma::vals::Dw
#[repr(u8)]pub enum Dw {
BYTE = 0,
HALFWORD = 1,
WORD = 2,
_RESERVED_3 = 3,
}
Variants§
Implementations§
Trait Implementations§
§impl Ord for Dw
impl Ord for Dw
§impl PartialOrd for Dw
impl PartialOrd for Dw
impl Copy for Dw
impl Eq for Dw
impl StructuralPartialEq for Dw
Auto Trait Implementations§
impl Freeze for Dw
impl RefUnwindSafe for Dw
impl Send for Dw
impl Sync for Dw
impl Unpin for Dw
impl UnwindSafe for Dw
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
)