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 · 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 DecompressionResolutionKey
impl Debug 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.
impl Copy for DecompressionResolutionKey
impl Eq for DecompressionResolutionKey
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 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