#[repr(C)]pub struct GtkSourceView {
pub parent: GtkTextView,
pub priv_: *mut GtkSourceViewPrivate,
}Fields§
§parent: GtkTextView§priv_: *mut GtkSourceViewPrivateTrait Implementations§
Source§impl Clone for GtkSourceView
impl Clone for GtkSourceView
Source§fn clone(&self) -> GtkSourceView
fn clone(&self) -> GtkSourceView
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GtkSourceView
Auto Trait Implementations§
impl !Send for GtkSourceView
impl !Sync for GtkSourceView
impl Freeze for GtkSourceView
impl RefUnwindSafe for GtkSourceView
impl Unpin for GtkSourceView
impl UnsafeUnpin for GtkSourceView
impl UnwindSafe for GtkSourceView
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