pub enum GpdmaBeatLen {
Byte = 0,
Halfword = 1,
Word = 2,
}Variants§
Byte = 0
Data len to manipulate is in bytes
Halfword = 1
Data len to manipulate is in half word
Word = 2
Data len to manipulate is in word
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GpdmaBeatLen
impl RefUnwindSafe for GpdmaBeatLen
impl Send for GpdmaBeatLen
impl Sync for GpdmaBeatLen
impl Unpin for GpdmaBeatLen
impl UnwindSafe for GpdmaBeatLen
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