Struct gtk_sys::GtkHSVClass [−][src]
#[repr(C)]pub struct GtkHSVClass { pub parent_class: GtkWidgetClass, pub changed: Option<unsafe extern "C" fn(_: *mut GtkHSV)>, pub move_: Option<unsafe extern "C" fn(_: *mut GtkHSV, _: GtkDirectionType)>, pub _gtk_reserved1: Option<unsafe extern "C" fn()>, pub _gtk_reserved2: Option<unsafe extern "C" fn()>, pub _gtk_reserved3: Option<unsafe extern "C" fn()>, pub _gtk_reserved4: Option<unsafe extern "C" fn()>, }
Fields
parent_class: GtkWidgetClasschanged: Option<unsafe extern "C" fn(_: *mut GtkHSV)>move_: Option<unsafe extern "C" fn(_: *mut GtkHSV, _: GtkDirectionType)>_gtk_reserved1: Option<unsafe extern "C" fn()>_gtk_reserved2: Option<unsafe extern "C" fn()>_gtk_reserved3: Option<unsafe extern "C" fn()>_gtk_reserved4: Option<unsafe extern "C" fn()>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkHSVClassimpl !Send for GtkHSVClassimpl !Sync for GtkHSVClassimpl Unpin for GtkHSVClassimpl UnwindSafe for GtkHSVClassBlanket Implementations
Mutably borrows from an owned value. Read more