#[repr(C)]pub struct GtkEntryClass {
pub parent_class: GtkWidgetClass,
pub activate: Option<unsafe extern "C" fn(*mut GtkEntry)>,
pub padding: [gpointer; 8],
}Fields§
§parent_class: GtkWidgetClass§activate: Option<unsafe extern "C" fn(*mut GtkEntry)>§padding: [gpointer; 8]Trait Implementations§
Source§impl Clone for GtkEntryClass
impl Clone for GtkEntryClass
Source§fn clone(&self) -> GtkEntryClass
fn clone(&self) -> GtkEntryClass
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 GtkEntryClass
Auto Trait Implementations§
impl !Send for GtkEntryClass
impl !Sync for GtkEntryClass
impl Freeze for GtkEntryClass
impl RefUnwindSafe for GtkEntryClass
impl Unpin for GtkEntryClass
impl UnsafeUnpin for GtkEntryClass
impl UnwindSafe for GtkEntryClass
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