pub struct ProcessStart {
pub module_ref: ModuleRef,
pub process_ref: ProcessRef,
pub required_surface_ref: RequiredSurfaceRef,
pub process_name: String,
pub args: Record,
}Fields§
§module_ref: ModuleRef§process_ref: ProcessRef§required_surface_ref: RequiredSurfaceRef§process_name: String§args: RecordTrait Implementations§
Source§impl Clone for ProcessStart
impl Clone for ProcessStart
Source§fn clone(&self) -> ProcessStart
fn clone(&self) -> ProcessStart
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for ProcessStart
impl !UnwindSafe for ProcessStart
impl Freeze for ProcessStart
impl Send for ProcessStart
impl Sync for ProcessStart
impl Unpin for ProcessStart
impl UnsafeUnpin for ProcessStart
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