Struct gtk_sys::GtkTooltip
source · [−]#[repr(C)]pub struct GtkTooltip { /* private fields */ }
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkTooltip
impl !Send for GtkTooltip
impl !Sync for GtkTooltip
impl !Unpin for GtkTooltip
impl UnwindSafe for GtkTooltip
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more