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