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