Struct gtk_sys::GtkRcStyleClass [] [src]

#[repr(C)]
pub struct GtkRcStyleClass { pub parent_class: GObjectClass, pub create_rc_style: Option<unsafe extern "C" fn(_: *mut GtkRcStyle) -> *mut GtkRcStyle>, pub parse: Option<unsafe extern "C" fn(_: *mut GtkRcStyle, _: *mut GtkSettings, _: *mut GScanner) -> c_uint>, pub merge: Option<unsafe extern "C" fn(_: *mut GtkRcStyle, _: *mut GtkRcStyle)>, pub create_style: Option<unsafe extern "C" fn(_: *mut GtkRcStyle) -> *mut GtkStyle>, 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 GtkRcStyleClass
[src]

impl Clone for GtkRcStyleClass
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GtkRcStyleClass
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations