[−][src]Struct miniz_sys::mz_stream
Fields
next_in: *const u8
avail_in: c_uint
total_in: c_ulong
next_out: *mut u8
avail_out: c_uint
total_out: c_ulong
msg: *const c_char
state: *mut mz_internal_state
zalloc: Option<mz_alloc_func>
zfree: Option<mz_free_func>
opaque: *mut c_void
data_type: c_int
adler: c_ulong
reserved: c_ulong
Auto Trait Implementations
impl RefUnwindSafe for mz_stream
impl !Send for mz_stream
impl !Sync for mz_stream
impl Unpin for mz_stream
impl UnwindSafe for mz_stream
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,