pub enum ElemIface {
Card = 0,
Hwdep = 1,
Mixer = 2,
PCM = 3,
Rawmidi = 4,
Timer = 5,
Sequencer = 6,
}
Expand description
SND_CTL_ELEM_IFACE_xxx constants
Variants§
Implementations§
Trait Implementations§
source§impl Ord for ElemIface
impl Ord for ElemIface
source§impl PartialEq for ElemIface
impl PartialEq for ElemIface
source§impl PartialOrd for ElemIface
impl PartialOrd for ElemIface
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 ElemIface
impl Eq for ElemIface
impl StructuralEq for ElemIface
impl StructuralPartialEq for ElemIface
Auto Trait Implementations§
impl RefUnwindSafe for ElemIface
impl Send for ElemIface
impl Sync for ElemIface
impl Unpin for ElemIface
impl UnwindSafe for ElemIface
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