pub struct TakeRight {}Expand description
Take the right (and discard the left) channel from a stereo source.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TakeRight
impl RefUnwindSafe for TakeRight
impl Send for TakeRight
impl Sync for TakeRight
impl Unpin for TakeRight
impl UnwindSafe for TakeRight
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