Expand description
Represents an encoded code
Fields
pattern: u32
The value of the code \note The pattern is stored in the least significant bits
num_bits: u8
The number of bits in pattern to use
Trait Implementations
sourceimpl Clone for aws_huffman_code
impl Clone for aws_huffman_code
sourcefn clone(&self) -> aws_huffman_code
fn clone(&self) -> aws_huffman_code
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for aws_huffman_code
impl Debug for aws_huffman_code
sourceimpl Default for aws_huffman_code
impl Default for aws_huffman_code
sourcefn default() -> aws_huffman_code
fn default() -> aws_huffman_code
Returns the “default value” for a type. Read more
sourceimpl PartialEq<aws_huffman_code> for aws_huffman_code
impl PartialEq<aws_huffman_code> for aws_huffman_code
sourcefn eq(&self, other: &aws_huffman_code) -> bool
fn eq(&self, other: &aws_huffman_code) -> bool
impl Copy for aws_huffman_code
impl Eq for aws_huffman_code
impl StructuralEq for aws_huffman_code
impl StructuralPartialEq for aws_huffman_code
Auto Trait Implementations
impl RefUnwindSafe for aws_huffman_code
impl Send for aws_huffman_code
impl Sync for aws_huffman_code
impl Unpin for aws_huffman_code
impl UnwindSafe for aws_huffman_code
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more