#[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: GTypeInterface
§is_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§
Source§impl Clone for GtkSourceIndenterInterface
impl Clone for GtkSourceIndenterInterface
Source§fn clone(&self) -> GtkSourceIndenterInterface
fn clone(&self) -> GtkSourceIndenterInterface
Returns a duplicate 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 moreSource§impl Debug for GtkSourceIndenterInterface
impl Debug for GtkSourceIndenterInterface
impl Copy for GtkSourceIndenterInterface
Auto Trait Implementations§
impl Freeze for GtkSourceIndenterInterface
impl RefUnwindSafe for GtkSourceIndenterInterface
impl Send for GtkSourceIndenterInterface
impl Sync for GtkSourceIndenterInterface
impl Unpin for GtkSourceIndenterInterface
impl UnwindSafe for GtkSourceIndenterInterface
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more