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