#[repr(C)]pub struct HUF_ReadDTableX2_Workspace {
pub rankVal: [rankValCol_t; 12],
pub rankStats: [U32; 13],
pub rankStart0: [U32; 15],
pub sortedSymbol: [sortedSymbol_t; 256],
pub weightList: [BYTE; 256],
pub calleeWksp: [U32; 219],
}Fields§
§rankVal: [rankValCol_t; 12]§rankStats: [U32; 13]§rankStart0: [U32; 15]§sortedSymbol: [sortedSymbol_t; 256]§weightList: [BYTE; 256]§calleeWksp: [U32; 219]Trait Implementations§
Source§impl Clone for HUF_ReadDTableX2_Workspace
impl Clone for HUF_ReadDTableX2_Workspace
Source§fn clone(&self) -> HUF_ReadDTableX2_Workspace
fn clone(&self) -> HUF_ReadDTableX2_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_ReadDTableX2_Workspace
impl Debug for HUF_ReadDTableX2_Workspace
impl Copy for HUF_ReadDTableX2_Workspace
Auto Trait Implementations§
impl Freeze for HUF_ReadDTableX2_Workspace
impl RefUnwindSafe for HUF_ReadDTableX2_Workspace
impl Send for HUF_ReadDTableX2_Workspace
impl Sync for HUF_ReadDTableX2_Workspace
impl Unpin for HUF_ReadDTableX2_Workspace
impl UnwindSafe for HUF_ReadDTableX2_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