#[repr(u64)]
pub enum NSVisualEffectState {
FollowsWindowActiveState,
Active,
Inactive,
}
Variants
FollowsWindowActiveState
Make window vibrancy state follow the window’s active state
Active
Make window vibrancy state always active
Inactive
Make window vibrancy state always inactive
Trait Implementations
sourceimpl Clone for NSVisualEffectState
impl Clone for NSVisualEffectState
sourcefn clone(&self) -> NSVisualEffectState
fn clone(&self) -> NSVisualEffectState
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for NSVisualEffectState
impl Debug for NSVisualEffectState
sourceimpl PartialEq<NSVisualEffectState> for NSVisualEffectState
impl PartialEq<NSVisualEffectState> for NSVisualEffectState
sourcefn eq(&self, other: &NSVisualEffectState) -> bool
fn eq(&self, other: &NSVisualEffectState) -> bool
impl Copy for NSVisualEffectState
impl StructuralPartialEq for NSVisualEffectState
Auto Trait Implementations
impl RefUnwindSafe for NSVisualEffectState
impl Send for NSVisualEffectState
impl Sync for NSVisualEffectState
impl Unpin for NSVisualEffectState
impl UnwindSafe for NSVisualEffectState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more