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 Clone for GtkSeparatorToolItem
[src]
fn clone(&self) -> GtkSeparatorToolItem
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more