#[repr(C)]pub struct ZSTD_window_t {
pub nextSrc: *const u8,
pub base: *const u8,
pub dictBase: *const u8,
pub dictLimit: u32,
pub lowLimit: u32,
pub nbOverflowCorrections: u32,
}Fields§
§nextSrc: *const u8§base: *const u8§dictBase: *const u8§dictLimit: u32§lowLimit: u32§nbOverflowCorrections: u32Auto Trait Implementations§
impl !Send for ZSTD_window_t
impl !Sync for ZSTD_window_t
impl Freeze for ZSTD_window_t
impl RefUnwindSafe for ZSTD_window_t
impl Unpin for ZSTD_window_t
impl UnsafeUnpin for ZSTD_window_t
impl UnwindSafe for ZSTD_window_t
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