pub enum Increment {
Enable,
Disable,
}
Expand description
DMA address increment mode
Variants§
Trait Implementations§
impl Copy for Increment
impl Eq for Increment
impl StructuralPartialEq for Increment
Auto Trait Implementations§
impl Freeze for Increment
impl RefUnwindSafe for Increment
impl Send for Increment
impl Sync for Increment
impl Unpin for Increment
impl UnwindSafe for Increment
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