pub enum ChmapType {
None = 0,
Fixed = 1,
Var = 2,
Paired = 3,
}
Expand description
SND_CHMAP_TYPE_xxx constants
Variants§
Implementations§
Trait Implementations§
Source§impl Ord for ChmapType
impl Ord for ChmapType
Source§impl PartialOrd for ChmapType
impl PartialOrd for ChmapType
impl Copy for ChmapType
impl Eq for ChmapType
impl StructuralPartialEq for ChmapType
Auto Trait Implementations§
impl Freeze for ChmapType
impl RefUnwindSafe for ChmapType
impl Send for ChmapType
impl Sync for ChmapType
impl Unpin for ChmapType
impl UnwindSafe for ChmapType
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