pub enum MBURSTR {
SINGLE,
INCR4,
INCR8,
INCR16,
}
Expand description
Possible values of 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
Implementations§
Trait Implementations§
impl Copy for MBURSTR
impl StructuralPartialEq for MBURSTR
Auto Trait Implementations§
impl Freeze for MBURSTR
impl RefUnwindSafe for MBURSTR
impl Send for MBURSTR
impl Sync for MBURSTR
impl Unpin for MBURSTR
impl UnwindSafe for MBURSTR
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