#[repr(C)]pub struct sec_object { /* private fields */ }
Available on crate feature
SecProtocolObject
only.Expand description
A sec_object
is a generic, ARC-able type wrapper for common CoreFoundation Security types.
See also Apple’s documentation
Trait Implementations§
Source§impl Debug for sec_object
impl Debug for sec_object
Source§impl RefEncode for sec_object
Available on crate feature objc2
only.
impl RefEncode for sec_object
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_object
impl !RefUnwindSafe for sec_object
impl !Send for sec_object
impl !Sync for sec_object
impl !Unpin for sec_object
impl !UnwindSafe for sec_object
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