#[repr(C)]pub struct lzma_mt {
pub flags: u32,
pub threads: u32,
pub block_size: u64,
pub timeout: u32,
pub preset: u32,
pub filters: *const lzma_filter,
pub check: lzma_check,
/* private fields */
}
Fields§
§flags: u32
§threads: u32
§block_size: u64
§timeout: u32
§preset: u32
§filters: *const lzma_filter
§check: lzma_check
Auto Trait Implementations§
impl Freeze for lzma_mt
impl RefUnwindSafe for lzma_mt
impl !Send for lzma_mt
impl !Sync for lzma_mt
impl Unpin for lzma_mt
impl UnwindSafe for lzma_mt
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