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