#[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
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