Enum cocoa::appkit::NSImageCacheMode
source · #[repr(usize)]pub enum NSImageCacheMode {
NSImageCacheDefault,
NSImageCacheAlways,
NSImageCacheBySize,
NSImageCacheNever,
}
Variants§
Trait Implementations§
source§impl Clone for NSImageCacheMode
impl Clone for NSImageCacheMode
source§fn clone(&self) -> NSImageCacheMode
fn clone(&self) -> NSImageCacheMode
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 NSImageCacheMode
impl Debug for NSImageCacheMode
source§impl PartialEq<NSImageCacheMode> for NSImageCacheMode
impl PartialEq<NSImageCacheMode> for NSImageCacheMode
source§fn eq(&self, other: &NSImageCacheMode) -> bool
fn eq(&self, other: &NSImageCacheMode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for NSImageCacheMode
impl Eq for NSImageCacheMode
impl StructuralEq for NSImageCacheMode
impl StructuralPartialEq for NSImageCacheMode
Auto Trait Implementations§
impl RefUnwindSafe for NSImageCacheMode
impl Send for NSImageCacheMode
impl Sync for NSImageCacheMode
impl Unpin for NSImageCacheMode
impl UnwindSafe for NSImageCacheMode
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