pub struct ResamplerEffect(/* private fields */);Expand description
A conversion command emitted by ResamplerStage.
Its payload is private because only the stage constructs and interprets it.
Auto Trait Implementations§
impl Freeze for ResamplerEffect
impl RefUnwindSafe for ResamplerEffect
impl Send for ResamplerEffect
impl Sync for ResamplerEffect
impl Unpin for ResamplerEffect
impl UnsafeUnpin for ResamplerEffect
impl UnwindSafe for ResamplerEffect
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