#[repr(transparent)]pub struct NSXMLDocumentContentKind(pub NSUInteger);
Available on crate feature
NSXMLDocument
only.Tuple Fields§
§0: NSUInteger
Implementations§
source§impl NSXMLDocumentContentKind
impl NSXMLDocumentContentKind
pub const NSXMLDocumentXMLKind: Self = _
pub const NSXMLDocumentXHTMLKind: Self = _
pub const NSXMLDocumentHTMLKind: Self = _
pub const NSXMLDocumentTextKind: Self = _
Trait Implementations§
source§impl Clone for NSXMLDocumentContentKind
impl Clone for NSXMLDocumentContentKind
source§fn clone(&self) -> NSXMLDocumentContentKind
fn clone(&self) -> NSXMLDocumentContentKind
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 NSXMLDocumentContentKind
impl Debug for NSXMLDocumentContentKind
source§impl Encode for NSXMLDocumentContentKind
impl Encode for NSXMLDocumentContentKind
source§impl Hash for NSXMLDocumentContentKind
impl Hash for NSXMLDocumentContentKind
source§impl Ord for NSXMLDocumentContentKind
impl Ord for NSXMLDocumentContentKind
source§fn cmp(&self, other: &NSXMLDocumentContentKind) -> Ordering
fn cmp(&self, other: &NSXMLDocumentContentKind) -> 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 NSXMLDocumentContentKind
impl PartialEq for NSXMLDocumentContentKind
source§fn eq(&self, other: &NSXMLDocumentContentKind) -> bool
fn eq(&self, other: &NSXMLDocumentContentKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for NSXMLDocumentContentKind
impl PartialOrd for NSXMLDocumentContentKind
source§fn partial_cmp(&self, other: &NSXMLDocumentContentKind) -> Option<Ordering>
fn partial_cmp(&self, other: &NSXMLDocumentContentKind) -> 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 NSXMLDocumentContentKind
impl RefEncode for NSXMLDocumentContentKind
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 NSXMLDocumentContentKind
impl Eq for NSXMLDocumentContentKind
impl StructuralPartialEq for NSXMLDocumentContentKind
Auto Trait Implementations§
impl Freeze for NSXMLDocumentContentKind
impl RefUnwindSafe for NSXMLDocumentContentKind
impl Send for NSXMLDocumentContentKind
impl Sync for NSXMLDocumentContentKind
impl Unpin for NSXMLDocumentContentKind
impl UnwindSafe for NSXMLDocumentContentKind
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.