pub enum I2sStandard {
Philips,
MSB,
LSB,
PCM,
}
Expand description
I2S protocol standards
Variants§
Trait Implementations§
Source§impl Clone for I2sStandard
impl Clone for I2sStandard
Source§fn clone(&self) -> I2sStandard
fn clone(&self) -> I2sStandard
Returns a duplicate 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 I2sStandard
impl Debug for I2sStandard
impl Copy for I2sStandard
Auto Trait Implementations§
impl Freeze for I2sStandard
impl RefUnwindSafe for I2sStandard
impl Send for I2sStandard
impl Sync for I2sStandard
impl Unpin for I2sStandard
impl UnwindSafe for I2sStandard
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