Struct brotli::enc::interface::BlockSwitch
source · pub struct BlockSwitch(pub u8);
Tuple Fields§
§0: u8
Implementations§
source§impl BlockSwitch
impl BlockSwitch
Trait Implementations§
source§impl Clone for BlockSwitch
impl Clone for BlockSwitch
source§fn clone(&self) -> BlockSwitch
fn clone(&self) -> BlockSwitch
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 BlockSwitch
impl Debug for BlockSwitch
source§impl Default for BlockSwitch
impl Default for BlockSwitch
source§fn default() -> BlockSwitch
fn default() -> BlockSwitch
Returns the “default value” for a type. Read more