Struct gmt_dos_clients_scope::server::XScope
source · pub struct XScope<FU, K = PlotScope>where
FU: UniqueIdentifier,{ /* private fields */ }Expand description
Scope server
Wraps a signal into the scope payload before sending it to the scope client
Implementations§
source§impl<FU> XScope<FU>where
FU: UniqueIdentifier + 'static,
<FU as UniqueIdentifier>::DataType: Send + Sync + Serialize,
impl<FU> XScope<FU>where FU: UniqueIdentifier + 'static, <FU as UniqueIdentifier>::DataType: Send + Sync + Serialize,
Trait Implementations§
Auto Trait Implementations§
impl<FU, K = PlotScope> !RefUnwindSafe for XScope<FU, K>
impl<FU, K> Send for XScope<FU, K>where K: Send,
impl<FU, K> Sync for XScope<FU, K>where K: Sync,
impl<FU, K> Unpin for XScope<FU, K>where K: Unpin,
impl<FU, K = PlotScope> !UnwindSafe for XScope<FU, K>
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