#[repr(i64)]pub enum NSModalResponse {
NSModalResponseOk = 1,
NSModalResponseCancel = 0,
}👎Deprecated: use the objc2-app-kit crate instead
Variants§
NSModalResponseOk = 1
👎Deprecated: use the objc2-app-kit crate instead
NSModalResponseCancel = 0
👎Deprecated: use the objc2-app-kit crate instead
Trait Implementations§
Source§impl Clone for NSModalResponse
impl Clone for NSModalResponse
Source§fn clone(&self) -> NSModalResponse
fn clone(&self) -> NSModalResponse
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 NSModalResponse
impl Debug for NSModalResponse
Source§impl PartialEq for NSModalResponse
impl PartialEq for NSModalResponse
impl Copy for NSModalResponse
impl StructuralPartialEq for NSModalResponse
Auto Trait Implementations§
impl Freeze for NSModalResponse
impl RefUnwindSafe for NSModalResponse
impl Send for NSModalResponse
impl Sync for NSModalResponse
impl Unpin for NSModalResponse
impl UnwindSafe for NSModalResponse
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