#[repr(C)]pub struct CSSM_APPLE_TP_CRL_OPTIONS {
pub Version: uint32,
pub CrlFlags: CSSM_APPLE_TP_CRL_OPT_FLAGS,
pub crlStore: CSSM_DL_DB_HANDLE_PTR,
}
Available on crate features
cssmapple
and cssmconfig
and cssmtype
only.Expand description
Fields§
§Version: uint32
§CrlFlags: CSSM_APPLE_TP_CRL_OPT_FLAGS
§crlStore: CSSM_DL_DB_HANDLE_PTR
Trait Implementations§
Source§impl Clone for CSSM_APPLE_TP_CRL_OPTIONS
impl Clone for CSSM_APPLE_TP_CRL_OPTIONS
Source§fn clone(&self) -> CSSM_APPLE_TP_CRL_OPTIONS
fn clone(&self) -> CSSM_APPLE_TP_CRL_OPTIONS
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 CSSM_APPLE_TP_CRL_OPTIONS
impl Debug for CSSM_APPLE_TP_CRL_OPTIONS
Source§impl Encode for CSSM_APPLE_TP_CRL_OPTIONS
Available on crate feature objc2
only.
impl Encode for CSSM_APPLE_TP_CRL_OPTIONS
Available on crate feature
objc2
only.Source§impl RefEncode for CSSM_APPLE_TP_CRL_OPTIONS
Available on crate feature objc2
only.
impl RefEncode for CSSM_APPLE_TP_CRL_OPTIONS
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 CSSM_APPLE_TP_CRL_OPTIONS
impl StructuralPartialEq for CSSM_APPLE_TP_CRL_OPTIONS
Auto Trait Implementations§
impl Freeze for CSSM_APPLE_TP_CRL_OPTIONS
impl RefUnwindSafe for CSSM_APPLE_TP_CRL_OPTIONS
impl !Send for CSSM_APPLE_TP_CRL_OPTIONS
impl !Sync for CSSM_APPLE_TP_CRL_OPTIONS
impl Unpin for CSSM_APPLE_TP_CRL_OPTIONS
impl UnwindSafe for CSSM_APPLE_TP_CRL_OPTIONS
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.