#[repr(C)]pub struct Tcl_Event {
pub proc_: Tcl_EventProc,
pub nextPtr: *mut Tcl_Event,
}Fields§
§proc_: Tcl_EventProc§nextPtr: *mut Tcl_EventTrait Implementations§
Auto Trait Implementations§
impl Freeze for Tcl_Event
impl RefUnwindSafe for Tcl_Event
impl !Send for Tcl_Event
impl !Sync for Tcl_Event
impl Unpin for Tcl_Event
impl UnwindSafe for Tcl_Event
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