pub struct _CMSEncoder { /* private fields */ }Expand description
Opaque Apple SDK type _CMSEncoder.
Trait Implementations§
Source§impl Clone for _CMSEncoder
impl Clone for _CMSEncoder
Source§fn clone(&self) -> _CMSEncoder
fn clone(&self) -> _CMSEncoder
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 _CMSEncoder
impl Debug for _CMSEncoder
impl Copy for _CMSEncoder
Auto Trait Implementations§
impl Freeze for _CMSEncoder
impl RefUnwindSafe for _CMSEncoder
impl Send for _CMSEncoder
impl Sync for _CMSEncoder
impl Unpin for _CMSEncoder
impl UnsafeUnpin for _CMSEncoder
impl UnwindSafe for _CMSEncoder
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