pub enum Direction {
Playback,
Capture,
}
Expand description
Replaces constants ending with PLAYBACK/CAPTURE as well as INPUT/OUTPUT
Variants§
Implementations§
Trait Implementations§
source§impl Ord for Direction
impl Ord for Direction
source§impl PartialEq for Direction
impl PartialEq for Direction
source§impl PartialOrd for Direction
impl PartialOrd for Direction
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 Direction
impl Eq for Direction
impl StructuralEq for Direction
impl StructuralPartialEq for Direction
Auto Trait Implementations§
impl RefUnwindSafe for Direction
impl Send for Direction
impl Sync for Direction
impl Unpin for Direction
impl UnwindSafe for Direction
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