#[repr(C)]pub struct uiLabel { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for uiLabel
impl RefUnwindSafe for uiLabel
impl Send for uiLabel
impl Sync for uiLabel
impl Unpin for uiLabel
impl UnwindSafe for uiLabel
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