pub enum CkoutSource {
System,
Audio,
}Expand description
Source clock for the CKOUT output.
Variants§
System
Source for output clock is from system clock
Audio
Source for output clock is from audio clock
Trait Implementations§
Source§impl Clone for CkoutSource
impl Clone for CkoutSource
Source§fn clone(&self) -> CkoutSource
fn clone(&self) -> CkoutSource
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 CkoutSource
Source§impl From<CkoutSource> for bool
impl From<CkoutSource> for bool
Source§fn from(value: CkoutSource) -> Self
fn from(value: CkoutSource) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for CkoutSource
impl RefUnwindSafe for CkoutSource
impl Send for CkoutSource
impl Sync for CkoutSource
impl Unpin for CkoutSource
impl UnsafeUnpin for CkoutSource
impl UnwindSafe for CkoutSource
Blanket Implementations§
impl<T, I> Binding<I, NoHandler<I>> for T
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