#[repr(C)]pub struct uiColorButton { /* private fields */ }
Trait Implementations§
Source§impl Clone for uiColorButton
impl Clone for uiColorButton
Source§fn clone(&self) -> uiColorButton
fn clone(&self) -> uiColorButton
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 uiColorButton
impl Debug for uiColorButton
impl Copy for uiColorButton
Auto Trait Implementations§
impl Freeze for uiColorButton
impl RefUnwindSafe for uiColorButton
impl Send for uiColorButton
impl Sync for uiColorButton
impl Unpin for uiColorButton
impl UnwindSafe for uiColorButton
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