#[repr(C)]pub struct GZipState {
pub Base: DeflateState,
pub Crc32: cc_uint32,
pub Size: cc_uint32,
}
Fields§
§Base: DeflateState
§Crc32: cc_uint32
§Size: cc_uint32
Trait Implementations§
impl Copy for GZipState
impl Eq for GZipState
impl StructuralPartialEq for GZipState
Auto Trait Implementations§
impl Freeze for GZipState
impl RefUnwindSafe for GZipState
impl !Send for GZipState
impl !Sync for GZipState
impl Unpin for GZipState
impl UnwindSafe for GZipState
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