pub struct GzHeaderParser {
    state: GzHeaderState,
    flags: u8,
    header: GzHeader,
}Fields§
§state: GzHeaderState§flags: u8§header: GzHeaderImplementations§
Trait Implementations§
Source§impl Debug for GzHeaderParser
 
impl Debug for GzHeaderParser
Source§impl Default for GzHeaderParser
 
impl Default for GzHeaderParser
Source§fn default() -> GzHeaderParser
 
fn default() -> GzHeaderParser
Returns the “default value” for a type. Read more
Source§impl From<GzHeaderParser> for GzHeader
 
impl From<GzHeaderParser> for GzHeader
Source§fn from(parser: GzHeaderParser) -> Self
 
fn from(parser: GzHeaderParser) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for GzHeaderParser
impl RefUnwindSafe for GzHeaderParser
impl Send for GzHeaderParser
impl Sync for GzHeaderParser
impl Unpin for GzHeaderParser
impl UnwindSafe for GzHeaderParser
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