#[repr(transparent)]pub struct NSLineMovementDirection(pub NSUInteger);
Available on crate feature
NSTextContainer
only.Expand description
Tuple Fields§
§0: NSUInteger
Implementations§
Source§impl NSLineMovementDirection
impl NSLineMovementDirection
pub const DoesntMove: Self
pub const MovesLeft: Self
pub const MovesRight: Self
pub const MovesDown: Self
pub const MovesUp: Self
Trait Implementations§
Source§impl Clone for NSLineMovementDirection
impl Clone for NSLineMovementDirection
Source§fn clone(&self) -> NSLineMovementDirection
fn clone(&self) -> NSLineMovementDirection
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 NSLineMovementDirection
impl Debug for NSLineMovementDirection
Source§impl Encode for NSLineMovementDirection
impl Encode for NSLineMovementDirection
Source§impl Hash for NSLineMovementDirection
impl Hash for NSLineMovementDirection
Source§impl Ord for NSLineMovementDirection
impl Ord for NSLineMovementDirection
Source§fn cmp(&self, other: &NSLineMovementDirection) -> Ordering
fn cmp(&self, other: &NSLineMovementDirection) -> 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 NSLineMovementDirection
impl PartialEq for NSLineMovementDirection
Source§impl PartialOrd for NSLineMovementDirection
impl PartialOrd for NSLineMovementDirection
Source§impl RefEncode for NSLineMovementDirection
impl RefEncode for NSLineMovementDirection
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 NSLineMovementDirection
impl Eq for NSLineMovementDirection
impl StructuralPartialEq for NSLineMovementDirection
Auto Trait Implementations§
impl Freeze for NSLineMovementDirection
impl RefUnwindSafe for NSLineMovementDirection
impl Send for NSLineMovementDirection
impl Sync for NSLineMovementDirection
impl Unpin for NSLineMovementDirection
impl UnwindSafe for NSLineMovementDirection
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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.