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