#[repr(u64)]pub enum NSVisualEffectState {
FollowsWindowActiveState = 0,
Active = 1,
Inactive = 2,
}
👎Deprecated: use the objc2-app-kit crate instead
Variants§
FollowsWindowActiveState = 0
👎Deprecated: use the objc2-app-kit crate instead
Active = 1
👎Deprecated: use the objc2-app-kit crate instead
Inactive = 2
👎Deprecated: use the objc2-app-kit crate instead
Trait Implementations§
Source§impl Clone for NSVisualEffectState
impl Clone for NSVisualEffectState
Source§fn clone(&self) -> NSVisualEffectState
fn clone(&self) -> NSVisualEffectState
Returns a duplicate 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 NSVisualEffectState
impl Debug for NSVisualEffectState
Source§impl PartialEq for NSVisualEffectState
impl PartialEq for NSVisualEffectState
impl Copy for NSVisualEffectState
impl StructuralPartialEq for NSVisualEffectState
Auto Trait Implementations§
impl Freeze for NSVisualEffectState
impl RefUnwindSafe for NSVisualEffectState
impl Send for NSVisualEffectState
impl Sync for NSVisualEffectState
impl Unpin for NSVisualEffectState
impl UnwindSafe for NSVisualEffectState
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