#[repr(C)]pub struct GtkSourceStyleSchemeChooserInterface {
pub base_interface: GTypeInterface,
pub get_style_scheme: Option<unsafe extern "C" fn(_: *mut GtkSourceStyleSchemeChooser) -> *mut GtkSourceStyleScheme>,
pub set_style_scheme: Option<unsafe extern "C" fn(_: *mut GtkSourceStyleSchemeChooser, _: *mut GtkSourceStyleScheme)>,
pub _reserved: [gpointer; 12],
}Fields§
§base_interface: GTypeInterface§get_style_scheme: Option<unsafe extern "C" fn(_: *mut GtkSourceStyleSchemeChooser) -> *mut GtkSourceStyleScheme>§set_style_scheme: Option<unsafe extern "C" fn(_: *mut GtkSourceStyleSchemeChooser, _: *mut GtkSourceStyleScheme)>§_reserved: [gpointer; 12]Trait Implementations§
source§impl Clone for GtkSourceStyleSchemeChooserInterface
impl Clone for GtkSourceStyleSchemeChooserInterface
source§fn clone(&self) -> GtkSourceStyleSchemeChooserInterface
fn clone(&self) -> GtkSourceStyleSchemeChooserInterface
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