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