#[repr(transparent)]pub struct NSXMLDTDNodeKind(pub NSUInteger);
Available on crate feature
NSXMLDTDNode
only.Expand description
The subkind of a DTD node kind.
See also Apple’s documentation
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§impl PartialOrd for NSXMLDTDNodeKind
impl PartialOrd for NSXMLDTDNodeKind
Source§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> 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.