Struct classicube_sys::GZipHeader
source · #[repr(C)]pub struct GZipHeader {
pub state: cc_uint8,
pub done: cc_bool,
pub partsRead: cc_uint8,
pub flags: c_int,
}
Fields§
§state: cc_uint8
§done: cc_bool
§partsRead: cc_uint8
§flags: c_int
Trait Implementations§
source§impl Clone for GZipHeader
impl Clone for GZipHeader
source§fn clone(&self) -> GZipHeader
fn clone(&self) -> GZipHeader
Returns a copy 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 GZipHeader
impl Debug for GZipHeader
source§impl Hash for GZipHeader
impl Hash for GZipHeader
source§impl PartialEq for GZipHeader
impl PartialEq for GZipHeader
source§fn eq(&self, other: &GZipHeader) -> bool
fn eq(&self, other: &GZipHeader) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for GZipHeader
impl Eq for GZipHeader
impl StructuralPartialEq for GZipHeader
Auto Trait Implementations§
impl Freeze for GZipHeader
impl RefUnwindSafe for GZipHeader
impl Send for GZipHeader
impl Sync for GZipHeader
impl Unpin for GZipHeader
impl UnwindSafe for GZipHeader
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)