#[repr(C)]pub struct GtkSourceIndenterInterface {
pub parent_iface: GTypeInterface,
pub is_trigger: Option<unsafe extern "C" fn(_: *mut GtkSourceIndenter, _: *mut GtkSourceView, _: *const GtkTextIter, _: GdkModifierType, _: c_uint) -> gboolean>,
pub indent: Option<unsafe extern "C" fn(_: *mut GtkSourceIndenter, _: *mut GtkSourceView, _: *mut GtkTextIter)>,
}Fields
parent_iface: GTypeInterfaceis_trigger: Option<unsafe extern "C" fn(_: *mut GtkSourceIndenter, _: *mut GtkSourceView, _: *const GtkTextIter, _: GdkModifierType, _: c_uint) -> gboolean>indent: Option<unsafe extern "C" fn(_: *mut GtkSourceIndenter, _: *mut GtkSourceView, _: *mut GtkTextIter)>Trait Implementations
sourceimpl Clone for GtkSourceIndenterInterface
impl Clone for GtkSourceIndenterInterface
sourcefn clone(&self) -> GtkSourceIndenterInterface
fn clone(&self) -> GtkSourceIndenterInterface
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GtkSourceIndenterInterface
impl Debug for GtkSourceIndenterInterface
impl Copy for GtkSourceIndenterInterface
Auto Trait Implementations
impl RefUnwindSafe for GtkSourceIndenterInterface
impl Send for GtkSourceIndenterInterface
impl Sync for GtkSourceIndenterInterface
impl Unpin for GtkSourceIndenterInterface
impl UnwindSafe for GtkSourceIndenterInterface
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more