Enum Issrc
#[repr(u8)]pub enum Issrc {
Plli2s = 0,
Ckin = 1,
}Variants§
Plli2s = 0
PLLI2S clock used as I2S clock source
Ckin = 1
External clock mapped on the I2S_CKIN pin used as I2S clock source
Implementations§
Trait Implementations§
impl Copy for Issrc
impl Eq for Issrc
§impl Ord for Issrc
impl Ord for Issrc
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 PartialOrd for Issrc
impl PartialOrd for Issrc
impl StructuralPartialEq for Issrc
Auto Trait Implementations§
impl Freeze for Issrc
impl RefUnwindSafe for Issrc
impl Send for Issrc
impl Sync for Issrc
impl Unpin for Issrc
impl UnsafeUnpin for Issrc
impl UnwindSafe for Issrc
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