Struct flate2::gz::GzHeaderParser
source · pub struct GzHeaderParser {
state: GzHeaderState,
flags: u8,
header: GzHeader,
}
Fields§
§state: GzHeaderState
§flags: u8
§header: GzHeader
Implementations§
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