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