#[repr(transparent)]pub struct CE_GeneralNameType(pub c_uint);
Available on crate feature
certextensions
only.Expand description
Tuple Fields§
§0: c_uint
Implementations§
Source§impl CE_GeneralNameType
impl CE_GeneralNameType
pub const GNT_OtherName: Self
pub const GNT_RFC822Name: Self
pub const GNT_DNSName: Self
pub const GNT_X400Address: Self
pub const GNT_DirectoryName: Self
pub const GNT_EdiPartyName: Self
pub const GNT_URI: Self
pub const GNT_IPAddress: Self
pub const GNT_RegisteredID: Self
Trait Implementations§
Source§impl Clone for CE_GeneralNameType
impl Clone for CE_GeneralNameType
Source§fn clone(&self) -> CE_GeneralNameType
fn clone(&self) -> CE_GeneralNameType
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_GeneralNameType
impl Debug for CE_GeneralNameType
Source§impl Encode for CE_GeneralNameType
Available on crate feature objc2
only.
impl Encode for CE_GeneralNameType
Available on crate feature
objc2
only.Source§impl Hash for CE_GeneralNameType
impl Hash for CE_GeneralNameType
Source§impl Ord for CE_GeneralNameType
impl Ord for CE_GeneralNameType
Source§fn cmp(&self, other: &CE_GeneralNameType) -> Ordering
fn cmp(&self, other: &CE_GeneralNameType) -> 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_GeneralNameType
impl PartialEq for CE_GeneralNameType
Source§impl PartialOrd for CE_GeneralNameType
impl PartialOrd for CE_GeneralNameType
Source§impl RefEncode for CE_GeneralNameType
Available on crate feature objc2
only.
impl RefEncode for CE_GeneralNameType
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_GeneralNameType
impl Eq for CE_GeneralNameType
impl StructuralPartialEq for CE_GeneralNameType
Auto Trait Implementations§
impl Freeze for CE_GeneralNameType
impl RefUnwindSafe for CE_GeneralNameType
impl Send for CE_GeneralNameType
impl Sync for CE_GeneralNameType
impl Unpin for CE_GeneralNameType
impl UnwindSafe for CE_GeneralNameType
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.