#[repr(C)]pub struct Struct_Tcl_NotifierProcs {
    pub setTimerProc: *mut Tcl_SetTimerProc,
    pub waitForEventProc: *mut Tcl_WaitForEventProc,
    pub createFileHandlerProc: *mut Tcl_CreateFileHandlerProc,
    pub deleteFileHandlerProc: *mut Tcl_DeleteFileHandlerProc,
    pub initNotifierProc: *mut Tcl_InitNotifierProc,
    pub finalizeNotifierProc: *mut Tcl_FinalizeNotifierProc,
    pub alertNotifierProc: *mut Tcl_AlertNotifierProc,
    pub serviceModeHookProc: *mut Tcl_ServiceModeHookProc,
}Fields§
§setTimerProc: *mut Tcl_SetTimerProc§waitForEventProc: *mut Tcl_WaitForEventProc§createFileHandlerProc: *mut Tcl_CreateFileHandlerProc§deleteFileHandlerProc: *mut Tcl_DeleteFileHandlerProc§initNotifierProc: *mut Tcl_InitNotifierProc§finalizeNotifierProc: *mut Tcl_FinalizeNotifierProc§alertNotifierProc: *mut Tcl_AlertNotifierProc§serviceModeHookProc: *mut Tcl_ServiceModeHookProcTrait Implementations§
Source§impl Default for Struct_Tcl_NotifierProcs
 
impl Default for Struct_Tcl_NotifierProcs
Source§fn default() -> Struct_Tcl_NotifierProcs
 
fn default() -> Struct_Tcl_NotifierProcs
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Struct_Tcl_NotifierProcs
impl RefUnwindSafe for Struct_Tcl_NotifierProcs
impl !Send for Struct_Tcl_NotifierProcs
impl !Sync for Struct_Tcl_NotifierProcs
impl Unpin for Struct_Tcl_NotifierProcs
impl UnwindSafe for Struct_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