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