#[repr(transparent)]pub struct NSTableViewAnimationOptions(pub NSUInteger);
Available on crate feature
NSTableView
only.Tuple Fields§
§0: NSUInteger
Implementations§
source§impl NSTableViewAnimationOptions
impl NSTableViewAnimationOptions
pub const NSTableViewAnimationEffectNone: Self = _
pub const NSTableViewAnimationEffectFade: Self = _
pub const NSTableViewAnimationEffectGap: Self = _
pub const NSTableViewAnimationSlideUp: Self = _
pub const NSTableViewAnimationSlideDown: Self = _
pub const NSTableViewAnimationSlideLeft: Self = _
pub const NSTableViewAnimationSlideRight: Self = _
Trait Implementations§
source§impl Clone for NSTableViewAnimationOptions
impl Clone for NSTableViewAnimationOptions
source§fn clone(&self) -> NSTableViewAnimationOptions
fn clone(&self) -> NSTableViewAnimationOptions
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 NSTableViewAnimationOptions
impl Debug for NSTableViewAnimationOptions
source§impl Encode for NSTableViewAnimationOptions
impl Encode for NSTableViewAnimationOptions
source§impl Hash for NSTableViewAnimationOptions
impl Hash for NSTableViewAnimationOptions
source§impl Ord for NSTableViewAnimationOptions
impl Ord for NSTableViewAnimationOptions
source§fn cmp(&self, other: &NSTableViewAnimationOptions) -> Ordering
fn cmp(&self, other: &NSTableViewAnimationOptions) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for NSTableViewAnimationOptions
impl PartialEq for NSTableViewAnimationOptions
source§fn eq(&self, other: &NSTableViewAnimationOptions) -> bool
fn eq(&self, other: &NSTableViewAnimationOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for NSTableViewAnimationOptions
impl PartialOrd for NSTableViewAnimationOptions
source§fn partial_cmp(&self, other: &NSTableViewAnimationOptions) -> Option<Ordering>
fn partial_cmp(&self, other: &NSTableViewAnimationOptions) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl RefEncode for NSTableViewAnimationOptions
impl RefEncode for NSTableViewAnimationOptions
source§const ENCODING_REF: Encoding = _
const ENCODING_REF: Encoding = _
The Objective-C type-encoding for a reference of this type. Read more
impl Copy for NSTableViewAnimationOptions
impl Eq for NSTableViewAnimationOptions
impl StructuralPartialEq for NSTableViewAnimationOptions
Auto Trait Implementations§
impl Freeze for NSTableViewAnimationOptions
impl RefUnwindSafe for NSTableViewAnimationOptions
impl Send for NSTableViewAnimationOptions
impl Sync for NSTableViewAnimationOptions
impl Unpin for NSTableViewAnimationOptions
impl UnwindSafe for NSTableViewAnimationOptions
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
source§impl<T> EncodeArgument for Twhere
T: Encode,
impl<T> EncodeArgument for Twhere
T: Encode,
source§const ENCODING_ARGUMENT: Encoding = T::ENCODING
const ENCODING_ARGUMENT: Encoding = T::ENCODING
The Objective-C type-encoding for this type.
source§impl<T> EncodeReturn for Twhere
T: Encode,
impl<T> EncodeReturn for Twhere
T: Encode,
source§const ENCODING_RETURN: Encoding = T::ENCODING
const ENCODING_RETURN: Encoding = T::ENCODING
The Objective-C type-encoding for this type.