#[repr(C)]pub struct ClapperGtkAv {
pub parent_instance: GtkWidget,
}Fields§
§parent_instance: GtkWidgetTrait Implementations§
Source§impl Clone for ClapperGtkAv
impl Clone for ClapperGtkAv
Source§fn clone(&self) -> ClapperGtkAv
fn clone(&self) -> ClapperGtkAv
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 moreSource§impl Debug for ClapperGtkAv
impl Debug for ClapperGtkAv
impl Copy for ClapperGtkAv
Auto Trait Implementations§
impl Freeze for ClapperGtkAv
impl RefUnwindSafe for ClapperGtkAv
impl !Send for ClapperGtkAv
impl !Sync for ClapperGtkAv
impl Unpin for ClapperGtkAv
impl UnsafeUnpin for ClapperGtkAv
impl UnwindSafe for ClapperGtkAv
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