#[repr(C)]pub struct sec_certificate { /* private fields */ }
Available on crate feature
SecProtocolTypes
only.Expand description
Trait Implementations§
Source§impl Debug for sec_certificate
impl Debug for sec_certificate
Source§impl RefEncode for sec_certificate
Available on crate feature objc2
only.
impl RefEncode for sec_certificate
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
Auto Trait Implementations§
impl !Freeze for sec_certificate
impl !RefUnwindSafe for sec_certificate
impl !Send for sec_certificate
impl !Sync for sec_certificate
impl !Unpin for sec_certificate
impl !UnwindSafe for sec_certificate
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