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