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 PartialOrd for ElemType
impl PartialOrd for ElemType
impl Copy for ElemType
impl Eq for ElemType
impl StructuralPartialEq for ElemType
Auto Trait Implementations§
impl Freeze for ElemType
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