Struct parallel_processor::execution_manager::packet::Packet
source · pub struct Packet<T: 'static> { /* private fields */ }
Implementations
Trait Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for Packet<T>
impl<T> Send for Packet<T>where
T: Send,
impl<T> Sync for Packet<T>where
T: Sync,
impl<T> Unpin for Packet<T>
impl<T> !UnwindSafe for Packet<T>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more