#[repr(C)]pub struct gzFile_s {
pub have: c_uint,
pub next: *mut c_uchar,
pub pos: off_t,
}Fields§
§have: c_uint§next: *mut c_uchar§pos: off_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for gzFile_s
impl RefUnwindSafe for gzFile_s
impl !Send for gzFile_s
impl !Sync for gzFile_s
impl Unpin for gzFile_s
impl UnwindSafe for gzFile_s
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