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