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