#[repr(C)]pub struct Tcl_NotifierProcs {
pub setTimerProc: Tcl_SetTimerProc,
pub waitForEventProc: Tcl_WaitForEventProc,
pub createFileHandlerProc: Tcl_CreateFileHandlerProc,
pub deleteFileHandlerProc: Tcl_DeleteFileHandlerProc,
pub initNotifierProc: Tcl_InitNotifierProc,
pub finalizeNotifierProc: Tcl_FinalizeNotifierProc,
pub alertNotifierProc: Tcl_AlertNotifierProc,
pub serviceModeHookProc: Tcl_ServiceModeHookProc,
}
Fields§
§setTimerProc: Tcl_SetTimerProc
§waitForEventProc: Tcl_WaitForEventProc
§createFileHandlerProc: Tcl_CreateFileHandlerProc
§deleteFileHandlerProc: Tcl_DeleteFileHandlerProc
§initNotifierProc: Tcl_InitNotifierProc
§finalizeNotifierProc: Tcl_FinalizeNotifierProc
§alertNotifierProc: Tcl_AlertNotifierProc
§serviceModeHookProc: Tcl_ServiceModeHookProc
Trait Implementations§
Source§impl Clone for Tcl_NotifierProcs
impl Clone for Tcl_NotifierProcs
Source§fn clone(&self) -> Tcl_NotifierProcs
fn clone(&self) -> Tcl_NotifierProcs
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Tcl_NotifierProcs
impl Debug for Tcl_NotifierProcs
impl Copy for Tcl_NotifierProcs
Auto Trait Implementations§
impl Freeze for Tcl_NotifierProcs
impl RefUnwindSafe for Tcl_NotifierProcs
impl Send for Tcl_NotifierProcs
impl Sync for Tcl_NotifierProcs
impl Unpin for Tcl_NotifierProcs
impl UnwindSafe for Tcl_NotifierProcs
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