Enum zstd_safe::ParamSwitch
source · #[repr(u32)]pub enum ParamSwitch {
Auto,
Enable,
Disable,
}
Available on crate feature
experimental
only.Variants§
Trait Implementations§
source§impl Clone for ParamSwitch
impl Clone for ParamSwitch
source§fn clone(&self) -> ParamSwitch
fn clone(&self) -> ParamSwitch
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 ParamSwitch
impl Debug for ParamSwitch
source§impl PartialEq<ParamSwitch> for ParamSwitch
impl PartialEq<ParamSwitch> for ParamSwitch
source§fn eq(&self, other: &ParamSwitch) -> bool
fn eq(&self, other: &ParamSwitch) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ParamSwitch
impl Eq for ParamSwitch
impl StructuralEq for ParamSwitch
impl StructuralPartialEq for ParamSwitch
Auto Trait Implementations§
impl RefUnwindSafe for ParamSwitch
impl Send for ParamSwitch
impl Sync for ParamSwitch
impl Unpin for ParamSwitch
impl UnwindSafe for ParamSwitch
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