pub enum BitsPerSample {
U8_1,
U8_3,
U8_4,
U16_1,
U16_3,
U16_4,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for BitsPerSample
impl Clone for BitsPerSample
Source§fn clone(&self) -> BitsPerSample
fn clone(&self) -> BitsPerSample
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 BitsPerSample
impl Debug for BitsPerSample
Source§impl PartialEq for BitsPerSample
impl PartialEq for BitsPerSample
impl Copy for BitsPerSample
impl Eq for BitsPerSample
impl StructuralPartialEq for BitsPerSample
Auto Trait Implementations§
impl Freeze for BitsPerSample
impl RefUnwindSafe for BitsPerSample
impl Send for BitsPerSample
impl Sync for BitsPerSample
impl Unpin for BitsPerSample
impl UnwindSafe for BitsPerSample
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