#[repr(C)]pub struct CLzma2EncProps {
pub lzmaProps: CLzmaEncProps,
pub blockSize: UInt64,
pub numBlockThreads_Reduced: c_int,
pub numBlockThreads_Max: c_int,
pub numTotalThreads: c_int,
pub numThreadGroups: c_uint,
}Fields§
§lzmaProps: CLzmaEncProps§blockSize: UInt64§numBlockThreads_Reduced: c_int§numBlockThreads_Max: c_int§numTotalThreads: c_int§numThreadGroups: c_uintTrait Implementations§
Source§impl Clone for CLzma2EncProps
impl Clone for CLzma2EncProps
Source§fn clone(&self) -> CLzma2EncProps
fn clone(&self) -> CLzma2EncProps
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 CLzma2EncProps
impl Debug for CLzma2EncProps
Source§impl Default for CLzma2EncProps
impl Default for CLzma2EncProps
Source§fn default() -> CLzma2EncProps
fn default() -> CLzma2EncProps
Returns the “default value” for a type. Read more
Source§impl Hash for CLzma2EncProps
impl Hash for CLzma2EncProps
Source§impl Ord for CLzma2EncProps
impl Ord for CLzma2EncProps
Source§fn cmp(&self, other: &CLzma2EncProps) -> Ordering
fn cmp(&self, other: &CLzma2EncProps) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CLzma2EncProps
impl PartialEq for CLzma2EncProps
Source§fn eq(&self, other: &CLzma2EncProps) -> bool
fn eq(&self, other: &CLzma2EncProps) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for CLzma2EncProps
impl PartialOrd for CLzma2EncProps
impl Copy for CLzma2EncProps
impl Eq for CLzma2EncProps
impl StructuralPartialEq for CLzma2EncProps
Auto Trait Implementations§
impl Freeze for CLzma2EncProps
impl RefUnwindSafe for CLzma2EncProps
impl Send for CLzma2EncProps
impl Sync for CLzma2EncProps
impl Unpin for CLzma2EncProps
impl UnsafeUnpin for CLzma2EncProps
impl UnwindSafe for CLzma2EncProps
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