Struct gtk_sys::GtkColorSelectionDialog [−][src]
#[repr(C)]pub struct GtkColorSelectionDialog { pub parent_instance: GtkDialog, pub priv_: *mut GtkColorSelectionDialogPrivate, }
Fields
parent_instance: GtkDialogpriv_: *mut GtkColorSelectionDialogPrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkColorSelectionDialogimpl !Send for GtkColorSelectionDialogimpl !Sync for GtkColorSelectionDialogimpl Unpin for GtkColorSelectionDialogimpl UnwindSafe for GtkColorSelectionDialogBlanket Implementations
Mutably borrows from an owned value. Read more