#[repr(C)]pub struct uiAttributedString { /* private fields */ }
Trait Implementations§
Source§impl Clone for uiAttributedString
impl Clone for uiAttributedString
Source§fn clone(&self) -> uiAttributedString
fn clone(&self) -> uiAttributedString
Returns a duplicate of the value. Read more
1.0.0 · 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 uiAttributedString
impl Debug for uiAttributedString
impl Copy for uiAttributedString
Auto Trait Implementations§
impl Freeze for uiAttributedString
impl RefUnwindSafe for uiAttributedString
impl Send for uiAttributedString
impl Sync for uiAttributedString
impl Unpin for uiAttributedString
impl UnwindSafe for uiAttributedString
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