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
impl Copy for GtkSeparatorToolItem[src]
impl Copy for GtkSeparatorToolItemimpl Clone for GtkSeparatorToolItem[src]
impl Clone for GtkSeparatorToolItemfn clone(&self) -> GtkSeparatorToolItem[src]
fn clone(&self) -> GtkSeparatorToolItemReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for GtkSeparatorToolItem[src]
impl Debug for GtkSeparatorToolItemAuto Trait Implementations
impl !Send for GtkSeparatorToolItem
impl !Send for GtkSeparatorToolItemimpl !Sync for GtkSeparatorToolItem
impl !Sync for GtkSeparatorToolItem