pub struct PassthroughCompressor;Trait Implementations§
Source§impl Clone for PassthroughCompressor
impl Clone for PassthroughCompressor
Source§fn clone(&self) -> PassthroughCompressor
fn clone(&self) -> PassthroughCompressor
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Compressor for PassthroughCompressor
impl Compressor for PassthroughCompressor
fn name(&self) -> &'static str
fn compress( &self, input: CompressionInput, config: &CompressionConfig, ) -> TinyJuiceResult<CompressionOutput>
Source§impl Debug for PassthroughCompressor
impl Debug for PassthroughCompressor
Source§impl Default for PassthroughCompressor
impl Default for PassthroughCompressor
Source§fn default() -> PassthroughCompressor
fn default() -> PassthroughCompressor
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PassthroughCompressor
impl RefUnwindSafe for PassthroughCompressor
impl Send for PassthroughCompressor
impl Sync for PassthroughCompressor
impl Unpin for PassthroughCompressor
impl UnsafeUnpin for PassthroughCompressor
impl UnwindSafe for PassthroughCompressor
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