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