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