#[repr(C)]pub struct FSE_DecompressWksp {
pub ncount: [c_short; 256],
pub dtable: [FSE_DTable; 1],
}Fields§
§ncount: [c_short; 256]§dtable: [FSE_DTable; 1]Trait Implementations§
Source§impl Clone for FSE_DecompressWksp
impl Clone for FSE_DecompressWksp
Source§fn clone(&self) -> FSE_DecompressWksp
fn clone(&self) -> FSE_DecompressWksp
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 FSE_DecompressWksp
impl Debug for FSE_DecompressWksp
impl Copy for FSE_DecompressWksp
Auto Trait Implementations§
impl Freeze for FSE_DecompressWksp
impl RefUnwindSafe for FSE_DecompressWksp
impl Send for FSE_DecompressWksp
impl Sync for FSE_DecompressWksp
impl Unpin for FSE_DecompressWksp
impl UnwindSafe for FSE_DecompressWksp
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