#[repr(u32)]pub enum DmaDataWidth {
Width8Bit = 0,
Width16Bit = 1,
Width32Bit = 2,
}
Variants§
Trait Implementations§
Source§impl Clone for DmaDataWidth
impl Clone for DmaDataWidth
Source§fn clone(&self) -> DmaDataWidth
fn clone(&self) -> DmaDataWidth
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for DmaDataWidth
Auto Trait Implementations§
impl Freeze for DmaDataWidth
impl RefUnwindSafe for DmaDataWidth
impl Send for DmaDataWidth
impl Sync for DmaDataWidth
impl Unpin for DmaDataWidth
impl UnwindSafe for DmaDataWidth
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