Struct classicube_sys::HuffmanTable
source · #[repr(C)]pub struct HuffmanTable {
pub fast: [cc_int16; 512],
pub firstCodewords: [cc_uint16; 16],
pub endCodewords: [cc_uint16; 16],
pub firstOffsets: [cc_uint16; 16],
pub values: [cc_uint16; 288],
}
Fields§
§fast: [cc_int16; 512]
§firstCodewords: [cc_uint16; 16]
§endCodewords: [cc_uint16; 16]
§firstOffsets: [cc_uint16; 16]
§values: [cc_uint16; 288]
Trait Implementations§
source§impl Clone for HuffmanTable
impl Clone for HuffmanTable
source§fn clone(&self) -> HuffmanTable
fn clone(&self) -> HuffmanTable
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 HuffmanTable
impl Debug for HuffmanTable
source§impl Hash for HuffmanTable
impl Hash for HuffmanTable
source§impl PartialEq for HuffmanTable
impl PartialEq for HuffmanTable
source§fn eq(&self, other: &HuffmanTable) -> bool
fn eq(&self, other: &HuffmanTable) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for HuffmanTable
impl Eq for HuffmanTable
impl StructuralPartialEq for HuffmanTable
Auto Trait Implementations§
impl Freeze for HuffmanTable
impl RefUnwindSafe for HuffmanTable
impl Send for HuffmanTable
impl Sync for HuffmanTable
impl Unpin for HuffmanTable
impl UnwindSafe for HuffmanTable
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: 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
)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
)