#[repr(C)]pub struct fz_stream {}Fields§
§refs: c_int§error: c_int§eof: c_int§progressive: c_int§pos: i64§avail: c_int§bits: c_int§rp: *mut c_uchar§wp: *mut c_uchar§state: *mut c_void§next: fz_stream_next_fn§drop: fz_stream_drop_fn§seek: fz_stream_seek_fnTrait Implementations§
Auto Trait Implementations§
impl Freeze for fz_stream
impl RefUnwindSafe for fz_stream
impl !Send for fz_stream
impl !Sync for fz_stream
impl Unpin for fz_stream
impl UnwindSafe for fz_stream
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