Struct gtk_sys::GtkSeparatorToolItem [−][src]
#[repr(C)]pub struct GtkSeparatorToolItem { pub parent: GtkToolItem, pub priv_: *mut GtkSeparatorToolItemPrivate, }
Fields
parent: GtkToolItem
priv_: *mut GtkSeparatorToolItemPrivate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkSeparatorToolItem
impl !Send for GtkSeparatorToolItem
impl !Sync for GtkSeparatorToolItem
impl Unpin for GtkSeparatorToolItem
impl UnwindSafe for GtkSeparatorToolItem
Blanket Implementations
Mutably borrows from an owned value. Read more