pub struct SecAsn1Coder { /* private fields */ }
Available on crate feature
SecAsn1Coder
only.Expand description
Implementations§
Source§impl SecAsn1Coder
impl SecAsn1Coder
Trait Implementations§
Source§impl Debug for SecAsn1Coder
impl Debug for SecAsn1Coder
Source§impl RefEncode for SecAsn1Coder
Available on crate feature objc2
only.
impl RefEncode for SecAsn1Coder
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 SecAsn1Coder
impl !RefUnwindSafe for SecAsn1Coder
impl !Send for SecAsn1Coder
impl !Sync for SecAsn1Coder
impl !Unpin for SecAsn1Coder
impl !UnwindSafe for SecAsn1Coder
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