Struct objc2_app_kit::NSGlyphInscription
source · #[repr(transparent)]pub struct NSGlyphInscription(pub NSUInteger);
👎Deprecated: Use NSGlyphProperty instead
Available on crate feature
NSLayoutManager
only.Tuple Fields§
§0: NSUInteger
👎Deprecated: Use NSGlyphProperty instead
Implementations§
source§impl NSGlyphInscription
impl NSGlyphInscription
pub const NSGlyphInscribeBase: Self = _
👎Deprecated
pub const NSGlyphInscribeBelow: Self = _
👎Deprecated
pub const NSGlyphInscribeAbove: Self = _
👎Deprecated
pub const NSGlyphInscribeOverstrike: Self = _
👎Deprecated
pub const NSGlyphInscribeOverBelow: Self = _
👎Deprecated
Trait Implementations§
source§impl Clone for NSGlyphInscription
impl Clone for NSGlyphInscription
source§fn clone(&self) -> NSGlyphInscription
fn clone(&self) -> NSGlyphInscription
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 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§fn eq(&self, other: &NSGlyphInscription) -> bool
fn eq(&self, other: &NSGlyphInscription) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for NSGlyphInscription
impl PartialOrd for NSGlyphInscription
source§fn partial_cmp(&self, other: &NSGlyphInscription) -> Option<Ordering>
fn partial_cmp(&self, other: &NSGlyphInscription) -> 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 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> 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.