pub struct _CMSDecoder { /* private fields */ }Expand description
Opaque Apple SDK type _CMSDecoder.
Trait Implementations§
Source§impl Clone for _CMSDecoder
impl Clone 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