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