#[repr(C)]pub struct HUF_ReadDTableX1_Workspace {
pub rankVal: [U32; 13],
pub rankStart: [U32; 13],
pub statsWksp: [U32; 219],
pub symbols: [BYTE; 256],
pub huffWeight: [BYTE; 256],
}Fields§
§rankVal: [U32; 13]§rankStart: [U32; 13]§statsWksp: [U32; 219]§symbols: [BYTE; 256]§huffWeight: [BYTE; 256]Trait Implementations§
Source§impl Clone for HUF_ReadDTableX1_Workspace
impl Clone for HUF_ReadDTableX1_Workspace
Source§fn clone(&self) -> HUF_ReadDTableX1_Workspace
fn clone(&self) -> HUF_ReadDTableX1_Workspace
Returns a duplicate 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 HUF_ReadDTableX1_Workspace
impl Debug for HUF_ReadDTableX1_Workspace
impl Copy for HUF_ReadDTableX1_Workspace
Auto Trait Implementations§
impl Freeze for HUF_ReadDTableX1_Workspace
impl RefUnwindSafe for HUF_ReadDTableX1_Workspace
impl Send for HUF_ReadDTableX1_Workspace
impl Sync for HUF_ReadDTableX1_Workspace
impl Unpin for HUF_ReadDTableX1_Workspace
impl UnwindSafe for HUF_ReadDTableX1_Workspace
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