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

Trait Implementations

impl Copy for GtkHSVClass
[src]

impl Clone for GtkHSVClass
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GtkHSVClass
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkHSVClass

impl !Sync for GtkHSVClass