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