Struct gtk_sys::GtkRecentChooserMenuClass
source · [−]#[repr(C)]pub struct GtkRecentChooserMenuClass {
pub parent_class: GtkMenuClass,
pub gtk_recent1: Option<unsafe extern "C" fn()>,
pub gtk_recent2: Option<unsafe extern "C" fn()>,
pub gtk_recent3: Option<unsafe extern "C" fn()>,
pub gtk_recent4: Option<unsafe extern "C" fn()>,
}
Fields
parent_class: GtkMenuClass
gtk_recent1: Option<unsafe extern "C" fn()>
gtk_recent2: Option<unsafe extern "C" fn()>
gtk_recent3: Option<unsafe extern "C" fn()>
gtk_recent4: Option<unsafe extern "C" fn()>
Trait Implementations
sourceimpl Clone for GtkRecentChooserMenuClass
impl Clone for GtkRecentChooserMenuClass
sourcefn clone(&self) -> GtkRecentChooserMenuClass
fn clone(&self) -> GtkRecentChooserMenuClass
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 GtkRecentChooserMenuClass
impl Debug for GtkRecentChooserMenuClass
impl Copy for GtkRecentChooserMenuClass
Auto Trait Implementations
impl RefUnwindSafe for GtkRecentChooserMenuClass
impl !Send for GtkRecentChooserMenuClass
impl !Sync for GtkRecentChooserMenuClass
impl Unpin for GtkRecentChooserMenuClass
impl UnwindSafe for GtkRecentChooserMenuClass
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