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