#[repr(C)]pub enum SECItemType {
Show 16 variants
siBuffer = 0,
siClearDataBuffer = 1,
siCipherDataBuffer = 2,
siDERCertBuffer = 3,
siEncodedCertBuffer = 4,
siDERNameBuffer = 5,
siEncodedNameBuffer = 6,
siAsciiNameString = 7,
siAsciiString = 8,
siDEROID = 9,
siUnsignedInteger = 10,
siUTCTime = 11,
siGeneralizedTime = 12,
siVisibleString = 13,
siUTF8String = 14,
siBMPString = 15,
}Variants§
siBuffer = 0
siClearDataBuffer = 1
siCipherDataBuffer = 2
siDERCertBuffer = 3
siEncodedCertBuffer = 4
siDERNameBuffer = 5
siEncodedNameBuffer = 6
siAsciiNameString = 7
siAsciiString = 8
siDEROID = 9
siUnsignedInteger = 10
siUTCTime = 11
siGeneralizedTime = 12
siVisibleString = 13
siUTF8String = 14
siBMPString = 15
Trait Implementations§
Source§impl Clone for SECItemType
impl Clone for SECItemType
Source§fn clone(&self) -> SECItemType
fn clone(&self) -> SECItemType
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 SECItemType
impl Debug for SECItemType
Source§impl PartialEq for SECItemType
impl PartialEq for SECItemType
impl Copy for SECItemType
impl Eq for SECItemType
impl StructuralPartialEq for SECItemType
Auto Trait Implementations§
impl Freeze for SECItemType
impl RefUnwindSafe for SECItemType
impl Send for SECItemType
impl Sync for SECItemType
impl Unpin for SECItemType
impl UnwindSafe for SECItemType
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