Struct gtk_sys::GtkArrow[][src]

#[repr(C)]
pub struct GtkArrow { pub misc: GtkMisc, pub priv_: *mut GtkArrowPrivate, }

Fields

Trait Implementations

impl Copy for GtkArrow
[src]

impl Clone for GtkArrow
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkArrow
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for GtkArrow

impl !Sync for GtkArrow