#[repr(u8)]pub enum Spdifrxsel {
PLL1_R = 0,
PLLI2S1_P = 1,
}
Variants§
Implementations§
Source§impl Spdifrxsel
impl Spdifrxsel
Trait Implementations§
Source§impl Clone for Spdifrxsel
impl Clone for Spdifrxsel
Source§fn clone(&self) -> Spdifrxsel
fn clone(&self) -> Spdifrxsel
Returns a copy 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 Spdifrxsel
impl Debug for Spdifrxsel
Source§impl From<u8> for Spdifrxsel
impl From<u8> for Spdifrxsel
Source§fn from(val: u8) -> Spdifrxsel
fn from(val: u8) -> Spdifrxsel
Converts to this type from the input type.
Source§impl Ord for Spdifrxsel
impl Ord for Spdifrxsel
Source§fn cmp(&self, other: &Spdifrxsel) -> Ordering
fn cmp(&self, other: &Spdifrxsel) -> 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 Spdifrxsel
impl PartialEq for Spdifrxsel
Source§impl PartialOrd for Spdifrxsel
impl PartialOrd for Spdifrxsel
impl Copy for Spdifrxsel
impl Eq for Spdifrxsel
impl StructuralPartialEq for Spdifrxsel
Auto Trait Implementations§
impl Freeze for Spdifrxsel
impl RefUnwindSafe for Spdifrxsel
impl Send for Spdifrxsel
impl Sync for Spdifrxsel
impl Unpin for Spdifrxsel
impl UnwindSafe for Spdifrxsel
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