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