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§
source§impl Clone for GtkRecentChooserMenuClass
impl Clone for GtkRecentChooserMenuClass
source§fn clone(&self) -> GtkRecentChooserMenuClass
fn clone(&self) -> GtkRecentChooserMenuClass
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 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§
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