#[repr(C)]pub struct ZL_OutputInfo {
pub type_: ZL_Type,
pub fixedWidth: u32,
pub decompressedByteSize: u64,
pub numElts: u64,
}Expand description
@brief Information about a decompressed typed output.
Fields§
§type_: ZL_Type< Type of the output
fixedWidth: u32< width of elements in bytes
decompressedByteSize: u64< Decompressed size in bytes
numElts: u64< Number of elements
Trait Implementations§
Source§impl Clone for ZL_OutputInfo
impl Clone for ZL_OutputInfo
Source§fn clone(&self) -> ZL_OutputInfo
fn clone(&self) -> ZL_OutputInfo
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ZL_OutputInfo
impl Debug for ZL_OutputInfo
impl Copy for ZL_OutputInfo
Auto Trait Implementations§
impl Freeze for ZL_OutputInfo
impl RefUnwindSafe for ZL_OutputInfo
impl Send for ZL_OutputInfo
impl Sync for ZL_OutputInfo
impl Unpin for ZL_OutputInfo
impl UnwindSafe for ZL_OutputInfo
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