#[repr(C)]pub struct GtkSourceFile {
pub parent: GObject,
pub priv_: *mut GtkSourceFilePrivate,
}Fields§
§parent: GObject§priv_: *mut GtkSourceFilePrivateTrait Implementations§
Source§impl Clone for GtkSourceFile
impl Clone for GtkSourceFile
Source§fn clone(&self) -> GtkSourceFile
fn clone(&self) -> GtkSourceFile
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 GtkSourceFile
Auto Trait Implementations§
impl !Send for GtkSourceFile
impl !Sync for GtkSourceFile
impl Freeze for GtkSourceFile
impl RefUnwindSafe for GtkSourceFile
impl Unpin for GtkSourceFile
impl UnsafeUnpin for GtkSourceFile
impl UnwindSafe for GtkSourceFile
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