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