Enum Ckdfsdmasel
#[repr(u8)]pub enum Ckdfsdmasel {
I2s1 = 0,
I2s2 = 1,
}Variants§
Implementations§
§impl Ckdfsdmasel
impl Ckdfsdmasel
pub const fn from_bits(val: u8) -> Ckdfsdmasel
pub const fn to_bits(self) -> u8
Trait Implementations§
§impl Clone for Ckdfsdmasel
impl Clone for Ckdfsdmasel
§fn clone(&self) -> Ckdfsdmasel
fn clone(&self) -> Ckdfsdmasel
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Ckdfsdmasel
§impl Debug for Ckdfsdmasel
impl Debug for Ckdfsdmasel
impl Eq for Ckdfsdmasel
§impl From<Ckdfsdmasel> for u8
impl From<Ckdfsdmasel> for u8
§fn from(val: Ckdfsdmasel) -> u8
fn from(val: Ckdfsdmasel) -> u8
Converts to this type from the input type.
§impl From<u8> for Ckdfsdmasel
impl From<u8> for Ckdfsdmasel
§fn from(val: u8) -> Ckdfsdmasel
fn from(val: u8) -> Ckdfsdmasel
Converts to this type from the input type.
§impl Ord for Ckdfsdmasel
impl Ord for Ckdfsdmasel
§fn cmp(&self, other: &Ckdfsdmasel) -> Ordering
fn cmp(&self, other: &Ckdfsdmasel) -> Ordering
1.21.0 (const: unstable) · 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
§impl PartialEq for Ckdfsdmasel
impl PartialEq for Ckdfsdmasel
§impl PartialOrd for Ckdfsdmasel
impl PartialOrd for Ckdfsdmasel
impl StructuralPartialEq for Ckdfsdmasel
Auto Trait Implementations§
impl Freeze for Ckdfsdmasel
impl RefUnwindSafe for Ckdfsdmasel
impl Send for Ckdfsdmasel
impl Sync for Ckdfsdmasel
impl Unpin for Ckdfsdmasel
impl UnsafeUnpin for Ckdfsdmasel
impl UnwindSafe for Ckdfsdmasel
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