#[repr(C)]pub struct GtkSourceCompletionInfoClass {
pub parent_class: GtkWindowClass,
pub padding: [gpointer; 10],
}
Fields§
§parent_class: GtkWindowClass
§padding: [gpointer; 10]
Trait Implementations§
source§impl Clone for GtkSourceCompletionInfoClass
impl Clone for GtkSourceCompletionInfoClass
source§fn clone(&self) -> GtkSourceCompletionInfoClass
fn clone(&self) -> GtkSourceCompletionInfoClass
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 GtkSourceCompletionInfoClass
impl Debug for GtkSourceCompletionInfoClass
impl Copy for GtkSourceCompletionInfoClass
Auto Trait Implementations§
impl RefUnwindSafe for GtkSourceCompletionInfoClass
impl !Send for GtkSourceCompletionInfoClass
impl !Sync for GtkSourceCompletionInfoClass
impl Unpin for GtkSourceCompletionInfoClass
impl UnwindSafe for GtkSourceCompletionInfoClass
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