#[repr(transparent)]pub struct NSTextAlignment(pub NSInteger);
Available on crate feature
NSText
only.Expand description
Tuple Fields§
§0: NSInteger
Implementations§
Source§impl NSTextAlignment
impl NSTextAlignment
pub const Left: Self
pub const Justified: Self
Sourcepub const Natural: Self
pub const Natural: Self
Resolved to either left
or right
based on the natural alignment resolution type active in the associated component.
There are two types of natural alignment resolution behavior. The natural alignment is resolved based on either the UI language or the base writing direction.
The behavior is selected by the resolvesNaturalAlignmentWithBaseWritingDirection
property for NSTextLayoutManager
.
NSStringDrawingOptions.resolvesNaturalAlignmentWithBaseWritingDirection
specifies the base writing direction based resolution for NSStringDrawing
.
Trait Implementations§
Source§impl Clone for NSTextAlignment
impl Clone for NSTextAlignment
Source§fn clone(&self) -> NSTextAlignment
fn clone(&self) -> NSTextAlignment
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 NSTextAlignment
impl Debug for NSTextAlignment
Source§impl Encode for NSTextAlignment
impl Encode for NSTextAlignment
Source§impl Hash for NSTextAlignment
impl Hash for NSTextAlignment
Source§impl Ord for NSTextAlignment
impl Ord for NSTextAlignment
Source§fn cmp(&self, other: &NSTextAlignment) -> Ordering
fn cmp(&self, other: &NSTextAlignment) -> 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 NSTextAlignment
impl PartialEq for NSTextAlignment
Source§impl PartialOrd for NSTextAlignment
impl PartialOrd for NSTextAlignment
Source§impl RefEncode for NSTextAlignment
impl RefEncode for NSTextAlignment
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 NSTextAlignment
impl Eq for NSTextAlignment
impl StructuralPartialEq for NSTextAlignment
Auto Trait Implementations§
impl Freeze for NSTextAlignment
impl RefUnwindSafe for NSTextAlignment
impl Send for NSTextAlignment
impl Sync for NSTextAlignment
impl Unpin for NSTextAlignment
impl UnwindSafe for NSTextAlignment
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.