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