pub enum ElemType {
None = 0,
Boolean = 1,
Integer = 2,
Enumerated = 3,
Bytes = 4,
IEC958 = 5,
Integer64 = 6,
}
Expand description
SND_CTL_ELEM_TYPE_xxx constants
Variants§
Implementations§
Trait Implementations§
source§impl Ord for ElemType
impl Ord for ElemType
source§impl PartialEq for ElemType
impl PartialEq for ElemType
source§impl PartialOrd for ElemType
impl PartialOrd for ElemType
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 ElemType
impl Eq for ElemType
impl StructuralEq for ElemType
impl StructuralPartialEq for ElemType
Auto Trait Implementations§
impl RefUnwindSafe for ElemType
impl Send for ElemType
impl Sync for ElemType
impl Unpin for ElemType
impl UnwindSafe for ElemType
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