Struct brotli::enc::interface::CopyCommand
source · pub struct CopyCommand {
pub distance: u32,
pub num_bytes: u32,
}
Fields§
§distance: u32
§num_bytes: u32
Trait Implementations§
source§impl Clone for CopyCommand
impl Clone for CopyCommand
source§fn clone(&self) -> CopyCommand
fn clone(&self) -> CopyCommand
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CopyCommand
impl Debug for CopyCommand
source§impl Nop<CopyCommand> for CopyCommand
impl Nop<CopyCommand> for CopyCommand
impl Copy for CopyCommand
Auto Trait Implementations§
impl Freeze for CopyCommand
impl RefUnwindSafe for CopyCommand
impl Send for CopyCommand
impl Sync for CopyCommand
impl Unpin for CopyCommand
impl UnwindSafe for CopyCommand
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)