pub struct _CMSDecoder { /* private fields */ }Expand description
Opaque Apple SDK type _CMSDecoder.
Trait Implementations§
Source§impl Clone for _CMSDecoder
impl Clone for _CMSDecoder
Source§fn clone(&self) -> _CMSDecoder
fn clone(&self) -> _CMSDecoder
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 _CMSDecoder
impl Debug for _CMSDecoder
impl Copy for _CMSDecoder
Auto Trait Implementations§
impl Freeze for _CMSDecoder
impl RefUnwindSafe for _CMSDecoder
impl Send for _CMSDecoder
impl Sync for _CMSDecoder
impl Unpin for _CMSDecoder
impl UnsafeUnpin for _CMSDecoder
impl UnwindSafe for _CMSDecoder
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