Struct classicube_sys::GZipState
source · #[repr(C)]pub struct GZipState {
pub Base: DeflateState,
pub Crc32: cc_uint32,
pub Size: cc_uint32,
}Fields§
§Base: DeflateState§Crc32: cc_uint32§Size: cc_uint32Trait Implementations§
source§impl PartialEq for GZipState
impl PartialEq for GZipState
impl Copy for GZipState
impl Eq for GZipState
impl StructuralPartialEq for GZipState
Auto Trait Implementations§
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