pub enum EngineCoreMsg {
Add(AddRequest),
GetLoad {
reply: Sender<f64>,
},
}Variants§
Auto Trait Implementations§
impl Freeze for EngineCoreMsg
impl !RefUnwindSafe for EngineCoreMsg
impl Send for EngineCoreMsg
impl Sync for EngineCoreMsg
impl Unpin for EngineCoreMsg
impl UnsafeUnpin for EngineCoreMsg
impl !UnwindSafe for EngineCoreMsg
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