Struct gtk_sys::GtkHSeparatorClass [] [src]

#[repr(C)]
pub struct GtkHSeparatorClass { pub parent_class: GtkSeparatorClass, }

Fields

Trait Implementations

impl Copy for GtkHSeparatorClass
[src]

impl Clone for GtkHSeparatorClass
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GtkHSeparatorClass
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations