Struct Comp
#[repr(transparent)]pub struct Comp(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Comp
impl Comp
pub const NOCOMPANDING: Self
pub const NOCOMPANDING: Self
No companding algorithm
pub const MULAW: Self
pub const MULAW: Self
μ-Law algorithm
pub const ALAW: Self
pub const ALAW: Self
A-Law algorithm
Trait Implementations§
§impl Ord for Comp
impl Ord for Comp
§impl PartialOrd for Comp
impl PartialOrd for Comp
impl Copy for Comp
impl Eq for Comp
impl StructuralPartialEq for Comp
Auto Trait Implementations§
impl Freeze for Comp
impl RefUnwindSafe for Comp
impl Send for Comp
impl Sync for Comp
impl Unpin for Comp
impl UnwindSafe for Comp
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