#[repr(u8)]pub enum Sharedscksel {
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) -> Sharedscksel
fn clone(&self) -> Sharedscksel
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: Sharedscksel) -> u8
fn from(val: Sharedscksel) -> u8
Converts to this type from the input type.
Source§fn from(val: u8) -> Sharedscksel
fn from(val: u8) -> Sharedscksel
Converts to this type from the input type.
Source§fn cmp(&self, other: &Sharedscksel) -> Ordering
fn cmp(&self, other: &Sharedscksel) -> 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