Struct objc2_foundation::NSXMLDTDNodeKind
source · #[repr(transparent)]pub struct NSXMLDTDNodeKind(pub NSUInteger);
Available on crate feature
NSXMLDTDNode
only.Tuple Fields§
§0: NSUInteger
Implementations§
source§impl NSXMLDTDNodeKind
impl NSXMLDTDNodeKind
pub const NSXMLEntityGeneralKind: Self = _
pub const NSXMLEntityParsedKind: Self = _
pub const NSXMLEntityUnparsedKind: Self = _
pub const NSXMLEntityParameterKind: Self = _
pub const NSXMLEntityPredefined: Self = _
pub const NSXMLAttributeCDATAKind: Self = _
pub const NSXMLAttributeIDKind: Self = _
pub const NSXMLAttributeIDRefKind: Self = _
pub const NSXMLAttributeIDRefsKind: Self = _
pub const NSXMLAttributeEntityKind: Self = _
pub const NSXMLAttributeEntitiesKind: Self = _
pub const NSXMLAttributeNMTokenKind: Self = _
pub const NSXMLAttributeNMTokensKind: Self = _
pub const NSXMLAttributeEnumerationKind: Self = _
pub const NSXMLAttributeNotationKind: Self = _
pub const NSXMLElementDeclarationUndefinedKind: Self = _
pub const NSXMLElementDeclarationEmptyKind: Self = _
pub const NSXMLElementDeclarationAnyKind: Self = _
pub const NSXMLElementDeclarationMixedKind: Self = _
pub const NSXMLElementDeclarationElementKind: Self = _
Trait Implementations§
source§impl Clone for NSXMLDTDNodeKind
impl Clone for NSXMLDTDNodeKind
source§fn clone(&self) -> NSXMLDTDNodeKind
fn clone(&self) -> NSXMLDTDNodeKind
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 NSXMLDTDNodeKind
impl Debug for NSXMLDTDNodeKind
source§impl Encode for NSXMLDTDNodeKind
impl Encode for NSXMLDTDNodeKind
source§impl Hash for NSXMLDTDNodeKind
impl Hash for NSXMLDTDNodeKind
source§impl Ord for NSXMLDTDNodeKind
impl Ord for NSXMLDTDNodeKind
source§fn cmp(&self, other: &NSXMLDTDNodeKind) -> Ordering
fn cmp(&self, other: &NSXMLDTDNodeKind) -> 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 NSXMLDTDNodeKind
impl PartialEq for NSXMLDTDNodeKind
source§fn eq(&self, other: &NSXMLDTDNodeKind) -> bool
fn eq(&self, other: &NSXMLDTDNodeKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for NSXMLDTDNodeKind
impl PartialOrd for NSXMLDTDNodeKind
source§fn partial_cmp(&self, other: &NSXMLDTDNodeKind) -> Option<Ordering>
fn partial_cmp(&self, other: &NSXMLDTDNodeKind) -> 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 NSXMLDTDNodeKind
impl RefEncode for NSXMLDTDNodeKind
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 NSXMLDTDNodeKind
impl Eq for NSXMLDTDNodeKind
impl StructuralPartialEq for NSXMLDTDNodeKind
Auto Trait Implementations§
impl Freeze for NSXMLDTDNodeKind
impl RefUnwindSafe for NSXMLDTDNodeKind
impl Send for NSXMLDTDNodeKind
impl Sync for NSXMLDTDNodeKind
impl Unpin for NSXMLDTDNodeKind
impl UnwindSafe for NSXMLDTDNodeKind
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.