Struct minimap2_sys::gz_header_s
source · [−]#[repr(C)]pub struct gz_header_s {}Fields
text: c_inttime: uLongxflags: c_intos: c_intextra: *mut Bytefextra_len: uIntextra_max: uIntname: *mut Bytefname_max: uIntcomment: *mut Bytefcomm_max: uInthcrc: c_intdone: c_intTrait Implementations
sourceimpl Clone for gz_header_s
impl Clone for gz_header_s
sourcefn clone(&self) -> gz_header_s
fn clone(&self) -> gz_header_s
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for gz_header_s
impl Debug for gz_header_s
impl Copy for gz_header_s
Auto Trait Implementations
impl RefUnwindSafe for gz_header_s
impl !Send for gz_header_s
impl !Sync for gz_header_s
impl Unpin for gz_header_s
impl UnwindSafe for gz_header_s
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more