#[repr(transparent)]pub struct CE_DataType(pub c_uint);
Available on crate feature
certextensions
only.Expand description
Tuple Fields§
§0: c_uint
Implementations§
Source§impl CE_DataType
impl CE_DataType
pub const DT_AuthorityKeyID: Self
pub const DT_SubjectKeyID: Self
pub const DT_KeyUsage: Self
pub const DT_SubjectAltName: Self
pub const DT_IssuerAltName: Self
pub const DT_ExtendedKeyUsage: Self
pub const DT_BasicConstraints: Self
pub const DT_CertPolicies: Self
pub const DT_NetscapeCertType: Self
pub const DT_CrlNumber: Self
pub const DT_DeltaCrl: Self
pub const DT_CrlReason: Self
pub const DT_CrlDistributionPoints: Self
pub const DT_IssuingDistributionPoint: Self
pub const DT_AuthorityInfoAccess: Self
pub const DT_Other: Self
pub const DT_QC_Statements: Self
pub const DT_NameConstraints: Self
pub const DT_PolicyMappings: Self
pub const DT_PolicyConstraints: Self
pub const DT_InhibitAnyPolicy: Self
Trait Implementations§
Source§impl Clone for CE_DataType
impl Clone for CE_DataType
Source§fn clone(&self) -> CE_DataType
fn clone(&self) -> CE_DataType
Returns a duplicate 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 CE_DataType
impl Debug for CE_DataType
Source§impl Encode for CE_DataType
Available on crate feature objc2
only.
impl Encode for CE_DataType
Available on crate feature
objc2
only.Source§impl Hash for CE_DataType
impl Hash for CE_DataType
Source§impl Ord for CE_DataType
impl Ord for CE_DataType
Source§fn cmp(&self, other: &CE_DataType) -> Ordering
fn cmp(&self, other: &CE_DataType) -> 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 CE_DataType
impl PartialEq for CE_DataType
Source§impl PartialOrd for CE_DataType
impl PartialOrd for CE_DataType
Source§impl RefEncode for CE_DataType
Available on crate feature objc2
only.
impl RefEncode for CE_DataType
Available on crate feature
objc2
only.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 CE_DataType
impl Eq for CE_DataType
impl StructuralPartialEq for CE_DataType
Auto Trait Implementations§
impl Freeze for CE_DataType
impl RefUnwindSafe for CE_DataType
impl Send for CE_DataType
impl Sync for CE_DataType
impl Unpin for CE_DataType
impl UnwindSafe for CE_DataType
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.