#[repr(transparent)]pub struct NSTextInsertionIndicatorAutomaticModeOptions(pub NSInteger);
Available on crate feature
NSTextInsertionIndicator
only.Tuple Fields§
§0: NSInteger
Implementations§
source§impl NSTextInsertionIndicatorAutomaticModeOptions
impl NSTextInsertionIndicatorAutomaticModeOptions
pub const ShowEffectsView: Self = _
pub const ShowWhileTracking: Self = _
Trait Implementations§
source§impl Clone for NSTextInsertionIndicatorAutomaticModeOptions
impl Clone for NSTextInsertionIndicatorAutomaticModeOptions
source§fn clone(&self) -> NSTextInsertionIndicatorAutomaticModeOptions
fn clone(&self) -> NSTextInsertionIndicatorAutomaticModeOptions
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 Ord for NSTextInsertionIndicatorAutomaticModeOptions
impl Ord for NSTextInsertionIndicatorAutomaticModeOptions
source§fn cmp(&self, other: &NSTextInsertionIndicatorAutomaticModeOptions) -> Ordering
fn cmp(&self, other: &NSTextInsertionIndicatorAutomaticModeOptions) -> 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 NSTextInsertionIndicatorAutomaticModeOptions
impl PartialEq for NSTextInsertionIndicatorAutomaticModeOptions
source§fn eq(&self, other: &NSTextInsertionIndicatorAutomaticModeOptions) -> bool
fn eq(&self, other: &NSTextInsertionIndicatorAutomaticModeOptions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for NSTextInsertionIndicatorAutomaticModeOptions
impl PartialOrd for NSTextInsertionIndicatorAutomaticModeOptions
source§fn partial_cmp(
&self,
other: &NSTextInsertionIndicatorAutomaticModeOptions
) -> Option<Ordering>
fn partial_cmp( &self, other: &NSTextInsertionIndicatorAutomaticModeOptions ) -> 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 NSTextInsertionIndicatorAutomaticModeOptions
impl RefEncode for NSTextInsertionIndicatorAutomaticModeOptions
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 NSTextInsertionIndicatorAutomaticModeOptions
impl Eq for NSTextInsertionIndicatorAutomaticModeOptions
impl StructuralPartialEq for NSTextInsertionIndicatorAutomaticModeOptions
Auto Trait Implementations§
impl Freeze for NSTextInsertionIndicatorAutomaticModeOptions
impl RefUnwindSafe for NSTextInsertionIndicatorAutomaticModeOptions
impl Send for NSTextInsertionIndicatorAutomaticModeOptions
impl Sync for NSTextInsertionIndicatorAutomaticModeOptions
impl Unpin for NSTextInsertionIndicatorAutomaticModeOptions
impl UnwindSafe for NSTextInsertionIndicatorAutomaticModeOptions
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.