#[repr(C)]pub struct ICompressProgress_ {
pub Progress: Option<unsafe extern "C" fn(p: ICompressProgressPtr, inSize: UInt64, outSize: UInt64) -> SRes>,
}Fields§
§Progress: Option<unsafe extern "C" fn(p: ICompressProgressPtr, inSize: UInt64, outSize: UInt64) -> SRes>Trait Implementations§
Source§impl Clone for ICompressProgress_
impl Clone for ICompressProgress_
Source§fn clone(&self) -> ICompressProgress_
fn clone(&self) -> ICompressProgress_
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 ICompressProgress_
impl Debug for ICompressProgress_
impl Copy for ICompressProgress_
Auto Trait Implementations§
impl Freeze for ICompressProgress_
impl RefUnwindSafe for ICompressProgress_
impl Send for ICompressProgress_
impl Sync for ICompressProgress_
impl Unpin for ICompressProgress_
impl UnwindSafe for ICompressProgress_
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