pub enum MBURSTW {
SINGLE,
INCR4,
INCR8,
INCR16,
}
Expand description
Values that can be written to the field MBURST
Variants§
SINGLE
Single transfer
INCR4
Incremental burst of 4 beats
INCR8
Incremental burst of 8 beats
INCR16
Incremental burst of 16 beats
Auto Trait Implementations§
impl Freeze for MBURSTW
impl RefUnwindSafe for MBURSTW
impl Send for MBURSTW
impl Sync for MBURSTW
impl Unpin for MBURSTW
impl UnwindSafe for MBURSTW
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