pub enum PCMSYNC {
Short = 0,
Long = 1,
}Expand description
PCM frame synchronization
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for PCMSYNC
impl Eq for PCMSYNC
impl StructuralPartialEq for PCMSYNC
Auto Trait Implementations§
impl Freeze for PCMSYNC
impl RefUnwindSafe for PCMSYNC
impl Send for PCMSYNC
impl Sync for PCMSYNC
impl Unpin for PCMSYNC
impl UnwindSafe for PCMSYNC
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