pub enum ClkSrc {
Internal,
WordClock,
Spdif,
Adat,
Adat2,
Continuous,
Reserved(u32),
}
Expand description
Signal source of sampling clock.
Variants§
Trait Implementations§
impl Copy for ClkSrc
impl Eq for ClkSrc
impl StructuralPartialEq for ClkSrc
Auto Trait Implementations§
impl Freeze for ClkSrc
impl RefUnwindSafe for ClkSrc
impl Send for ClkSrc
impl Sync for ClkSrc
impl Unpin for ClkSrc
impl UnwindSafe for ClkSrc
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