Struct gtk_sys::GtkSeparator[][src]

#[repr(C)]
pub struct GtkSeparator { pub widget: GtkWidget, pub priv_: *mut GtkSeparatorPrivate, }

Fields

Trait Implementations

impl Copy for GtkSeparator
[src]

impl Clone for GtkSeparator
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkSeparator
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkSeparator

impl !Sync for GtkSeparator