#[repr(transparent)]pub struct NSTextScalingType(pub NSInteger);
Available on crate feature
NSAttributedString
only.Expand description
Tuple Fields§
§0: NSInteger
Implementations§
Source§impl NSTextScalingType
impl NSTextScalingType
pub const ScalingStandard: Self
pub const ScalingiOS: Self
Trait Implementations§
Source§impl Clone for NSTextScalingType
impl Clone for NSTextScalingType
Source§fn clone(&self) -> NSTextScalingType
fn clone(&self) -> NSTextScalingType
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 NSTextScalingType
impl Debug for NSTextScalingType
Source§impl Encode for NSTextScalingType
impl Encode for NSTextScalingType
Source§impl Hash for NSTextScalingType
impl Hash for NSTextScalingType
Source§impl Ord for NSTextScalingType
impl Ord for NSTextScalingType
Source§fn cmp(&self, other: &NSTextScalingType) -> Ordering
fn cmp(&self, other: &NSTextScalingType) -> 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 NSTextScalingType
impl PartialEq for NSTextScalingType
Source§impl PartialOrd for NSTextScalingType
impl PartialOrd for NSTextScalingType
Source§impl RefEncode for NSTextScalingType
impl RefEncode for NSTextScalingType
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 NSTextScalingType
impl Eq for NSTextScalingType
impl StructuralPartialEq for NSTextScalingType
Auto Trait Implementations§
impl Freeze for NSTextScalingType
impl RefUnwindSafe for NSTextScalingType
impl Send for NSTextScalingType
impl Sync for NSTextScalingType
impl Unpin for NSTextScalingType
impl UnwindSafe for NSTextScalingType
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.