#[repr(C, packed(1))]pub struct OodleLZ_SeekTable {
pub compressor: OodleLZ_Compressor,
pub seekChunksIndependent: OO_BOOL,
pub totalRawLen: OO_S64,
pub totalCompLen: OO_S64,
pub numSeekChunks: OO_S32,
pub seekChunkLen: OO_S32,
pub seekChunkCompLens: *mut OO_U32,
pub rawCRCs: *mut OO_U32,
}Fields§
§compressor: OodleLZ_Compressor§seekChunksIndependent: OO_BOOL§totalRawLen: OO_S64§totalCompLen: OO_S64§numSeekChunks: OO_S32§seekChunkLen: OO_S32§seekChunkCompLens: *mut OO_U32§rawCRCs: *mut OO_U32Trait Implementations§
Source§impl Clone for OodleLZ_SeekTable
impl Clone for OodleLZ_SeekTable
Source§fn clone(&self) -> OodleLZ_SeekTable
fn clone(&self) -> OodleLZ_SeekTable
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 OodleLZ_SeekTable
impl Debug for OodleLZ_SeekTable
impl Copy for OodleLZ_SeekTable
Auto Trait Implementations§
impl Freeze for OodleLZ_SeekTable
impl RefUnwindSafe for OodleLZ_SeekTable
impl !Send for OodleLZ_SeekTable
impl !Sync for OodleLZ_SeekTable
impl Unpin for OodleLZ_SeekTable
impl UnwindSafe for OodleLZ_SeekTable
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