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 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