Enum cocoa::appkit::NSBezelStyle  
source · #[repr(u64)]pub enum NSBezelStyle {
    NSRoundedBezelStyle,
    NSRegularSquareBezelStyle,
    NSDisclosureBezelStyle,
    NSShadowlessSquareBezelStyle,
    NSCircularBezelStyle,
    NSTexturedSquareBezelStyle,
    NSHelpButtonBezelStyle,
    NSSmallSquareBezelStyle,
    NSTexturedRoundedBezelStyle,
    NSRoundRectBezelStyle,
    NSRecessedBezelStyle,
    NSRoundedDisclosureBezelStyle,
}Variants§
NSRoundedBezelStyle
NSRegularSquareBezelStyle
NSDisclosureBezelStyle
NSShadowlessSquareBezelStyle
NSCircularBezelStyle
NSTexturedSquareBezelStyle
NSHelpButtonBezelStyle
NSSmallSquareBezelStyle
NSTexturedRoundedBezelStyle
NSRoundRectBezelStyle
NSRecessedBezelStyle
NSRoundedDisclosureBezelStyle
Trait Implementations§
source§impl Clone for NSBezelStyle
 
impl Clone for NSBezelStyle
source§fn clone(&self) -> NSBezelStyle
 
fn clone(&self) -> NSBezelStyle
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 NSBezelStyle
 
impl Debug for NSBezelStyle
source§impl PartialEq<NSBezelStyle> for NSBezelStyle
 
impl PartialEq<NSBezelStyle> for NSBezelStyle
source§fn eq(&self, other: &NSBezelStyle) -> bool
 
fn eq(&self, other: &NSBezelStyle) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Copy for NSBezelStyle
impl StructuralPartialEq for NSBezelStyle
Auto Trait Implementations§
impl RefUnwindSafe for NSBezelStyle
impl Send for NSBezelStyle
impl Sync for NSBezelStyle
impl Unpin for NSBezelStyle
impl UnwindSafe for NSBezelStyle
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