Struct sqsh_sys::SqshLz4Flags
source · #[repr(transparent)]pub struct SqshLz4Flags(pub c_uint);Expand description
definitions of lz4 flags
Tuple Fields§
§0: c_uintImplementations§
source§impl SqshLz4Flags
impl SqshLz4Flags
pub const SQS_LZ4_FLAG_NONE: SqshLz4Flags = _
source§impl SqshLz4Flags
impl SqshLz4Flags
pub const SQSH_LZ4_HIGH_COMPRESSION: SqshLz4Flags = _
Trait Implementations§
source§impl Clone for SqshLz4Flags
impl Clone for SqshLz4Flags
source§fn clone(&self) -> SqshLz4Flags
fn clone(&self) -> SqshLz4Flags
Returns a copy 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 SqshLz4Flags
impl Debug for SqshLz4Flags
source§impl Hash for SqshLz4Flags
impl Hash for SqshLz4Flags
source§impl PartialEq for SqshLz4Flags
impl PartialEq for SqshLz4Flags
impl Copy for SqshLz4Flags
impl Eq for SqshLz4Flags
impl StructuralPartialEq for SqshLz4Flags
Auto Trait Implementations§
impl Freeze for SqshLz4Flags
impl RefUnwindSafe for SqshLz4Flags
impl Send for SqshLz4Flags
impl Sync for SqshLz4Flags
impl Unpin for SqshLz4Flags
impl UnwindSafe for SqshLz4Flags
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)