Enum zstd_safe::DictAttachPref
source · #[repr(u32)]pub enum DictAttachPref {
DefaultAttach = 0,
ForceAttach = 1,
ForceCopy = 2,
ForceLoad = 3,
}
Available on crate feature
experimental
only.Variants§
Trait Implementations§
source§impl Clone for DictAttachPref
impl Clone for DictAttachPref
source§fn clone(&self) -> DictAttachPref
fn clone(&self) -> DictAttachPref
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 DictAttachPref
impl Debug for DictAttachPref
source§impl PartialEq for DictAttachPref
impl PartialEq for DictAttachPref
impl Copy for DictAttachPref
impl Eq for DictAttachPref
impl StructuralPartialEq for DictAttachPref
Auto Trait Implementations§
impl Freeze for DictAttachPref
impl RefUnwindSafe for DictAttachPref
impl Send for DictAttachPref
impl Sync for DictAttachPref
impl Unpin for DictAttachPref
impl UnwindSafe for DictAttachPref
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
)