pub struct WorkerOutput {
pub gpu_index: Option<u32>,
pub segments: Vec<SegmentInfo>,
}Fields§
§gpu_index: Option<u32>§segments: Vec<SegmentInfo>Trait Implementations§
Source§impl Clone for WorkerOutput
impl Clone for WorkerOutput
Source§fn clone(&self) -> WorkerOutput
fn clone(&self) -> WorkerOutput
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 Freeze for WorkerOutput
impl RefUnwindSafe for WorkerOutput
impl Send for WorkerOutput
impl Sync for WorkerOutput
impl Unpin for WorkerOutput
impl UnsafeUnpin for WorkerOutput
impl UnwindSafe for WorkerOutput
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