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 PartialEq for ChmapType
impl PartialEq for ChmapType
source§impl PartialOrd for ChmapType
impl PartialOrd for ChmapType
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Copy for ChmapType
impl Eq for ChmapType
impl StructuralEq for ChmapType
impl StructuralPartialEq for ChmapType
Auto Trait Implementations§
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