[][src]Struct lzma_sys::lzma_mt

#[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,
    // some fields omitted
}

Fields

flags: u32threads: u32block_size: u64timeout: u32preset: u32filters: *const lzma_filtercheck: lzma_check

Auto Trait Implementations

impl !Send for lzma_mt

impl Unpin for lzma_mt

impl !Sync for lzma_mt

impl RefUnwindSafe for lzma_mt

impl UnwindSafe for lzma_mt

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]