#[repr(C)]pub struct gzFile_s {
pub have: u32,
pub next: *mut u8,
pub pos: i64,
}Fields§
§have: u32§next: *mut u8§pos: i64Trait 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