#[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 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 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)