#[repr(u8)]pub enum Shareddatasel {
FLEXCOMM0 = 0,
FLEXCOMM1 = 1,
FLEXCOMM2 = 2,
FLEXCOMM3 = 3,
FLEXCOMM4 = 4,
FLEXCOMM5 = 5,
FLEXCOMM6 = 6,
FLEXCOMM7 = 7,
}Variants§
FLEXCOMM0 = 0
FLEXCOMM0
FLEXCOMM1 = 1
FLEXCOMM1
FLEXCOMM2 = 2
FLEXCOMM2
FLEXCOMM3 = 3
FLEXCOMM3
FLEXCOMM4 = 4
FLEXCOMM4
FLEXCOMM5 = 5
FLEXCOMM5
FLEXCOMM6 = 6
FLEXCOMM6
FLEXCOMM7 = 7
FLEXCOMM7
Implementations§
Trait Implementations§
Source§fn clone(&self) -> Shareddatasel
fn clone(&self) -> Shareddatasel
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§fn from(val: Shareddatasel) -> u8
fn from(val: Shareddatasel) -> u8
Converts to this type from the input type.
Source§fn from(val: u8) -> Shareddatasel
fn from(val: u8) -> Shareddatasel
Converts to this type from the input type.
Source§fn cmp(&self, other: &Shareddatasel) -> Ordering
fn cmp(&self, other: &Shareddatasel) -> 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
Auto Trait Implementations§
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