#[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: u32threads: u32block_size: u64timeout: u32preset: u32filters: *const lzma_filtercheck: lzma_check

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.