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