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
Auto Trait Implementations
impl RefUnwindSafe for GtkArrow
impl UnwindSafe for GtkArrow
Blanket Implementations
Mutably borrows from an owned value. Read more