#[repr(transparent)]pub struct NSGlyphInscription(pub NSUInteger);
👎Deprecated: Use NSGlyphProperty instead
Available on crate feature
NSLayoutManager
only.Expand description
Tuple Fields§
§0: NSUInteger
👎Deprecated: Use NSGlyphProperty instead
Implementations§
Source§impl NSGlyphInscription
impl NSGlyphInscription
pub const InscribeBase: Self
👎Deprecated
pub const InscribeBelow: Self
👎Deprecated
pub const InscribeAbove: Self
👎Deprecated
pub const InscribeOverstrike: Self
👎Deprecated
pub const InscribeOverBelow: Self
👎Deprecated
Trait Implementations§
Source§impl Clone for NSGlyphInscription
impl Clone for NSGlyphInscription
Source§fn clone(&self) -> NSGlyphInscription
fn clone(&self) -> NSGlyphInscription
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 NSGlyphInscription
impl Debug for NSGlyphInscription
Source§impl Encode for NSGlyphInscription
impl Encode for NSGlyphInscription
Source§impl Hash for NSGlyphInscription
impl Hash for NSGlyphInscription
Source§impl Ord for NSGlyphInscription
impl Ord for NSGlyphInscription
Source§fn cmp(&self, other: &NSGlyphInscription) -> Ordering
fn cmp(&self, other: &NSGlyphInscription) -> 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 NSGlyphInscription
impl PartialEq for NSGlyphInscription
Source§impl PartialOrd for NSGlyphInscription
impl PartialOrd for NSGlyphInscription
Source§impl RefEncode for NSGlyphInscription
impl RefEncode for NSGlyphInscription
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 NSGlyphInscription
impl Eq for NSGlyphInscription
impl StructuralPartialEq for NSGlyphInscription
Auto Trait Implementations§
impl Freeze for NSGlyphInscription
impl RefUnwindSafe for NSGlyphInscription
impl Send for NSGlyphInscription
impl Sync for NSGlyphInscription
impl Unpin for NSGlyphInscription
impl UnwindSafe for NSGlyphInscription
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.