Struct gtk_sys::GtkArrow [−][src]
#[repr(C)]pub struct GtkArrow { pub misc: GtkMisc, pub priv_: *mut GtkArrowPrivate, }
Fields
misc: GtkMisc
priv_: *mut GtkArrowPrivate
Trait Implementations
impl Copy for GtkArrow[src]
impl Copy for GtkArrowimpl Clone for GtkArrow[src]
impl Clone for GtkArrowfn clone(&self) -> GtkArrow[src]
fn clone(&self) -> GtkArrowReturns 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 GtkArrow[src]
impl Debug for GtkArrow