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