#[repr(u8)]pub enum BurstLenEn {
_RESERVED_0 = 0,
BURST_LEN_EN_1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
_RESERVED_0 = 0
BURST_LEN_EN_1 = 1
Burst length is enabled for INCR
_RESERVED_2 = 2
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
Implementations§
Source§impl BurstLenEn
impl BurstLenEn
Trait Implementations§
Source§impl Clone for BurstLenEn
impl Clone for BurstLenEn
Source§fn clone(&self) -> BurstLenEn
fn clone(&self) -> BurstLenEn
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BurstLenEn
impl Debug for BurstLenEn
Source§impl From<BurstLenEn> for u8
impl From<BurstLenEn> for u8
Source§fn from(val: BurstLenEn) -> u8
fn from(val: BurstLenEn) -> u8
Converts to this type from the input type.
Source§impl From<u8> for BurstLenEn
impl From<u8> for BurstLenEn
Source§fn from(val: u8) -> BurstLenEn
fn from(val: u8) -> BurstLenEn
Converts to this type from the input type.
Source§impl Ord for BurstLenEn
impl Ord for BurstLenEn
Source§fn cmp(&self, other: &BurstLenEn) -> Ordering
fn cmp(&self, other: &BurstLenEn) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BurstLenEn
impl PartialEq for BurstLenEn
Source§impl PartialOrd for BurstLenEn
impl PartialOrd for BurstLenEn
impl Copy for BurstLenEn
impl Eq for BurstLenEn
impl StructuralPartialEq for BurstLenEn
Auto Trait Implementations§
impl Freeze for BurstLenEn
impl RefUnwindSafe for BurstLenEn
impl Send for BurstLenEn
impl Sync for BurstLenEn
impl Unpin for BurstLenEn
impl UnwindSafe for BurstLenEn
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