Struct objc2_app_kit::NSSaveOperationType
source · #[repr(transparent)]pub struct NSSaveOperationType(pub NSUInteger);
Available on crate feature
NSDocument
only.Tuple Fields§
§0: NSUInteger
Implementations§
source§impl NSSaveOperationType
impl NSSaveOperationType
pub const NSSaveOperation: Self = _
pub const NSSaveAsOperation: Self = _
pub const NSSaveToOperation: Self = _
pub const NSAutosaveInPlaceOperation: Self = _
pub const NSAutosaveElsewhereOperation: Self = _
pub const NSAutosaveAsOperation: Self = _
pub const NSAutosaveOperation: Self = _
👎Deprecated: Use NSAutosaveElsewhereOperation instead
Trait Implementations§
source§impl Clone for NSSaveOperationType
impl Clone for NSSaveOperationType
source§fn clone(&self) -> NSSaveOperationType
fn clone(&self) -> NSSaveOperationType
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 NSSaveOperationType
impl Debug for NSSaveOperationType
source§impl Encode for NSSaveOperationType
impl Encode for NSSaveOperationType
source§impl Hash for NSSaveOperationType
impl Hash for NSSaveOperationType
source§impl Ord for NSSaveOperationType
impl Ord for NSSaveOperationType
source§fn cmp(&self, other: &NSSaveOperationType) -> Ordering
fn cmp(&self, other: &NSSaveOperationType) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for NSSaveOperationType
impl PartialEq for NSSaveOperationType
source§fn eq(&self, other: &NSSaveOperationType) -> bool
fn eq(&self, other: &NSSaveOperationType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for NSSaveOperationType
impl PartialOrd for NSSaveOperationType
source§fn partial_cmp(&self, other: &NSSaveOperationType) -> Option<Ordering>
fn partial_cmp(&self, other: &NSSaveOperationType) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl RefEncode for NSSaveOperationType
impl RefEncode for NSSaveOperationType
source§const ENCODING_REF: Encoding = _
const ENCODING_REF: Encoding = _
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for NSSaveOperationType
impl Eq for NSSaveOperationType
impl StructuralPartialEq for NSSaveOperationType
Auto Trait Implementations§
impl Freeze for NSSaveOperationType
impl RefUnwindSafe for NSSaveOperationType
impl Send for NSSaveOperationType
impl Sync for NSSaveOperationType
impl Unpin for NSSaveOperationType
impl UnwindSafe for NSSaveOperationType
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
source§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.