Struct gtk_sys::GtkIconViewAccessible
source · #[repr(C)]pub struct GtkIconViewAccessible {
pub parent: GtkContainerAccessible,
pub priv_: *mut GtkIconViewAccessiblePrivate,
}
Fields§
§parent: GtkContainerAccessible
§priv_: *mut GtkIconViewAccessiblePrivate
Trait Implementations§
source§impl Clone for GtkIconViewAccessible
impl Clone for GtkIconViewAccessible
source§fn clone(&self) -> GtkIconViewAccessible
fn clone(&self) -> GtkIconViewAccessible
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