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