#[repr(C)]pub struct GtkSourceVimIMContextClass {
pub parent_class: GtkIMContextClass,
}Fields§
§parent_class: GtkIMContextClassTrait Implementations§
source§impl Clone for GtkSourceVimIMContextClass
impl Clone for GtkSourceVimIMContextClass
source§fn clone(&self) -> GtkSourceVimIMContextClass
fn clone(&self) -> GtkSourceVimIMContextClass
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