pub struct ClapperGtkExtraMenuButton { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClapperGtkExtraMenuButton
impl RefUnwindSafe for ClapperGtkExtraMenuButton
impl !Send for ClapperGtkExtraMenuButton
impl !Sync for ClapperGtkExtraMenuButton
impl !Unpin for ClapperGtkExtraMenuButton
impl UnsafeUnpin for ClapperGtkExtraMenuButton
impl UnwindSafe for ClapperGtkExtraMenuButton
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