Struct brotli::enc::interface::DictCommand
source · pub struct DictCommand {
pub word_size: u8,
pub transform: u8,
pub final_size: u8,
pub empty: u8,
pub word_id: u32,
}
Fields§
§word_size: u8
§transform: u8
§final_size: u8
§empty: u8
§word_id: u32
Trait Implementations§
source§impl Clone for DictCommand
impl Clone for DictCommand
source§fn clone(&self) -> DictCommand
fn clone(&self) -> DictCommand
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 DictCommand
impl Debug for DictCommand
source§impl Nop<DictCommand> for DictCommand
impl Nop<DictCommand> for DictCommand
impl Copy for DictCommand
Auto Trait Implementations§
impl Freeze for DictCommand
impl RefUnwindSafe for DictCommand
impl Send for DictCommand
impl Sync for DictCommand
impl Unpin for DictCommand
impl UnwindSafe for DictCommand
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
)