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