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