Struct sourceview5_sys::GtkSourceView
source · [−]#[repr(C)]pub struct GtkSourceView {
pub parent_instance: GtkTextView,
}Fields
parent_instance: GtkTextViewTrait Implementations
sourceimpl Clone for GtkSourceView
impl Clone for GtkSourceView
sourcefn clone(&self) -> GtkSourceView
fn clone(&self) -> GtkSourceView
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 GtkSourceView
impl Debug for GtkSourceView
impl Copy for GtkSourceView
Auto Trait Implementations
impl RefUnwindSafe for GtkSourceView
impl !Send for GtkSourceView
impl !Sync for GtkSourceView
impl Unpin for GtkSourceView
impl UnwindSafe for GtkSourceView
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