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