#[repr(C)]pub struct GtkSourceSnippetChunkClass {
pub parent_class: GInitiallyUnownedClass,
}
Fields§
§parent_class: GInitiallyUnownedClass
Trait Implementations§
Source§impl Clone for GtkSourceSnippetChunkClass
impl Clone for GtkSourceSnippetChunkClass
Source§fn clone(&self) -> GtkSourceSnippetChunkClass
fn clone(&self) -> GtkSourceSnippetChunkClass
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GtkSourceSnippetChunkClass
impl Debug for GtkSourceSnippetChunkClass
impl Copy for GtkSourceSnippetChunkClass
Auto Trait Implementations§
impl Freeze for GtkSourceSnippetChunkClass
impl RefUnwindSafe for GtkSourceSnippetChunkClass
impl !Send for GtkSourceSnippetChunkClass
impl !Sync for GtkSourceSnippetChunkClass
impl Unpin for GtkSourceSnippetChunkClass
impl UnwindSafe for GtkSourceSnippetChunkClass
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