Struct gtk_sys::GtkIconView
source · #[repr(C)]pub struct GtkIconView {
pub parent: GtkContainer,
pub priv_: *mut GtkIconViewPrivate,
}
Fields§
§parent: GtkContainer
§priv_: *mut GtkIconViewPrivate
Trait Implementations§
source§impl Clone for GtkIconView
impl Clone for GtkIconView
source§fn clone(&self) -> GtkIconView
fn clone(&self) -> GtkIconView
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more