Enum DParameter

enum DParameter

A decompression parameter.

Variants

WindowLogMax(u32)

Implementations

impl Clone for DParameter

fn clone(self: &Self) -> DParameter

impl Copy for DParameter

impl Debug for DParameter

fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result

impl Eq for DParameter

impl Freeze for DParameter

impl PartialEq for DParameter

fn eq(self: &Self, other: &DParameter) -> bool

impl RefUnwindSafe for DParameter

impl Send for DParameter

impl StructuralPartialEq for DParameter

impl Sync for DParameter

impl Unpin for DParameter

impl UnsafeUnpin for DParameter

impl UnwindSafe for DParameter

impl<T> Any for DParameter

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for DParameter

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for DParameter

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for DParameter

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for DParameter

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for DParameter

fn to_owned(self: &Self) -> T
fn clone_into(self: &Self, target: &mut T)

impl<T, U> Into for DParameter

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for DParameter

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for DParameter

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>