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