#[repr(C)]pub struct ClapperGtkNextItemButtonClass {
pub parent_class: GtkButtonClass,
}Fields§
§parent_class: GtkButtonClassTrait Implementations§
Source§impl Clone for ClapperGtkNextItemButtonClass
impl Clone for ClapperGtkNextItemButtonClass
Source§fn clone(&self) -> ClapperGtkNextItemButtonClass
fn clone(&self) -> ClapperGtkNextItemButtonClass
Returns a duplicate 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 moreimpl Copy for ClapperGtkNextItemButtonClass
Auto Trait Implementations§
impl Freeze for ClapperGtkNextItemButtonClass
impl RefUnwindSafe for ClapperGtkNextItemButtonClass
impl !Send for ClapperGtkNextItemButtonClass
impl !Sync for ClapperGtkNextItemButtonClass
impl Unpin for ClapperGtkNextItemButtonClass
impl UnsafeUnpin for ClapperGtkNextItemButtonClass
impl UnwindSafe for ClapperGtkNextItemButtonClass
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