Struct sourceview5_sys::GtkSourceFileClass
source · [−]#[repr(C)]pub struct GtkSourceFileClass {
pub parent_class: GObjectClass,
pub _reserved: [gpointer; 10],
}Fields
parent_class: GObjectClass_reserved: [gpointer; 10]Trait Implementations
sourceimpl Clone for GtkSourceFileClass
impl Clone for GtkSourceFileClass
sourcefn clone(&self) -> GtkSourceFileClass
fn clone(&self) -> GtkSourceFileClass
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 GtkSourceFileClass
impl Debug for GtkSourceFileClass
impl Copy for GtkSourceFileClass
Auto Trait Implementations
impl RefUnwindSafe for GtkSourceFileClass
impl !Send for GtkSourceFileClass
impl !Sync for GtkSourceFileClass
impl Unpin for GtkSourceFileClass
impl UnwindSafe for GtkSourceFileClass
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