Enum Mb
#[repr(u8)]pub enum Mb {
NORMAL = 0,
MIXED = 1,
}
Variants§
NORMAL = 0
Fixed burst transfers (INCRx and SINGLE) for burst lengths of 16 and below
MIXED = 1
If FB is low, start all bursts greater than 16 with INCR (undefined burst)
Implementations§
Trait Implementations§
§impl Ord for Mb
impl Ord for Mb
§impl PartialOrd for Mb
impl PartialOrd for Mb
impl Copy for Mb
impl Eq for Mb
impl StructuralPartialEq for Mb
Auto Trait Implementations§
impl Freeze for Mb
impl RefUnwindSafe for Mb
impl Send for Mb
impl Sync for Mb
impl Unpin for Mb
impl UnwindSafe for Mb
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