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