Struct gtk_sys::GtkSeparator [−][src]
#[repr(C)]pub struct GtkSeparator { pub widget: GtkWidget, pub priv_: *mut GtkSeparatorPrivate, }
Fields
widget: GtkWidgetpriv_: *mut GtkSeparatorPrivateTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkSeparatorimpl !Send for GtkSeparatorimpl !Sync for GtkSeparatorimpl Unpin for GtkSeparatorimpl UnwindSafe for GtkSeparatorBlanket Implementations
Mutably borrows from an owned value. Read more