#[repr(C)]pub struct GtkLinkButton { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GtkLinkButton
impl RefUnwindSafe for GtkLinkButton
impl !Send for GtkLinkButton
impl !Sync for GtkLinkButton
impl !Unpin 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