pub struct TickCallbackId { /* private fields */ }
Implementations§
Source§impl TickCallbackId
impl TickCallbackId
Sourcepub fn remove(self)
pub fn remove(self)
Removes a tick callback previously registered with gtk_widget_add_tick_callback().
§id
an id returned by WidgetExtManual::add_tick_callback()
Trait Implementations§
Source§impl Debug for TickCallbackId
impl Debug for TickCallbackId
Source§impl PartialEq for TickCallbackId
impl PartialEq for TickCallbackId
Auto Trait Implementations§
impl Freeze for TickCallbackId
impl RefUnwindSafe for TickCallbackId
impl !Send for TickCallbackId
impl !Sync for TickCallbackId
impl Unpin for TickCallbackId
impl UnwindSafe for TickCallbackId
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