Struct gtk_sys::GtkColorSelection [−][src]
#[repr(C)]pub struct GtkColorSelection { pub parent_instance: GtkBox, pub private_data: *mut GtkColorSelectionPrivate, }
Fields
parent_instance: GtkBox
private_data: *mut GtkColorSelectionPrivate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkColorSelection
impl !Send for GtkColorSelection
impl !Sync for GtkColorSelection
impl Unpin for GtkColorSelection
impl UnwindSafe for GtkColorSelection
Blanket Implementations
Mutably borrows from an owned value. Read more