pub struct ProcEvents {
pub process_init: Event<fn(&mut Proc)>,
pub process_ctor: Event<fn(&Weak<Proc>)>,
}
Expand description
Events that related to a process.
Fields§
§process_init: Event<fn(&mut Proc)>
§process_ctor: Event<fn(&Weak<Proc>)>
Trait Implementations§
Source§impl Default for ProcEvents
impl Default for ProcEvents
Source§fn default() -> ProcEvents
fn default() -> ProcEvents
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ProcEvents
impl !RefUnwindSafe for ProcEvents
impl Send for ProcEvents
impl Sync for ProcEvents
impl Unpin for ProcEvents
impl !UnwindSafe for ProcEvents
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