Struct vitasdk_sys::SceDeflatePartialInputParam
source · #[repr(C)]pub struct SceDeflatePartialInputParam {
pub size: u32,
pub pBufEnd: *const c_void,
pub cookie: *mut c_void,
pub SceDeflateDecompressPartialInputCallback: Option<unsafe extern "C" fn(param: *mut SceDeflatePartialInputParam, outputsize: u32) -> *const c_void>,
}Fields§
§size: u32§pBufEnd: *const c_void§SceDeflateDecompressPartialInputCallback: Option<unsafe extern "C" fn(param: *mut SceDeflatePartialInputParam, outputsize: u32) -> *const c_void>Trait Implementations§
source§impl Clone for SceDeflatePartialInputParam
impl Clone for SceDeflatePartialInputParam
source§fn clone(&self) -> SceDeflatePartialInputParam
fn clone(&self) -> SceDeflatePartialInputParam
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more