pub enum DecompressionResolutionKey {
Width,
Height,
}Variants§
Trait Implementations§
Source§impl Clone for DecompressionResolutionKey
impl Clone for DecompressionResolutionKey
Source§fn clone(&self) -> DecompressionResolutionKey
fn clone(&self) -> DecompressionResolutionKey
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 moreimpl Copy for DecompressionResolutionKey
Source§impl Debug for DecompressionResolutionKey
impl Debug for DecompressionResolutionKey
impl Eq for DecompressionResolutionKey
Source§impl From<DecompressionResolutionKey> for CFStringRef
impl From<DecompressionResolutionKey> for CFStringRef
Source§fn from(key: DecompressionResolutionKey) -> Self
fn from(key: DecompressionResolutionKey) -> Self
Converts to this type from the input type.
Source§impl From<DecompressionResolutionKey> for CFString
impl From<DecompressionResolutionKey> for CFString
Source§fn from(key: DecompressionResolutionKey) -> Self
fn from(key: DecompressionResolutionKey) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DecompressionResolutionKey
impl PartialEq for DecompressionResolutionKey
Source§fn eq(&self, other: &DecompressionResolutionKey) -> bool
fn eq(&self, other: &DecompressionResolutionKey) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DecompressionResolutionKey
Auto Trait Implementations§
impl Freeze for DecompressionResolutionKey
impl RefUnwindSafe for DecompressionResolutionKey
impl Send for DecompressionResolutionKey
impl Sync for DecompressionResolutionKey
impl Unpin for DecompressionResolutionKey
impl UnsafeUnpin for DecompressionResolutionKey
impl UnwindSafe for DecompressionResolutionKey
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