pub struct RecalculateResult {
pub analysis_data: MVAnalysisData,
pub vectors: MvsOutput,
}Expand description
Output of Recalculate::recalculate_frame.
Fields§
§analysis_data: MVAnalysisDataMetadata describing the returned vector stream.
vectors: MvsOutputPacked vectors for the refined frame.
Trait Implementations§
Source§impl Clone for RecalculateResult
impl Clone for RecalculateResult
Source§fn clone(&self) -> RecalculateResult
fn clone(&self) -> RecalculateResult
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 RecalculateResult
impl RefUnwindSafe for RecalculateResult
impl Send for RecalculateResult
impl Sync for RecalculateResult
impl Unpin for RecalculateResult
impl UnsafeUnpin for RecalculateResult
impl UnwindSafe for RecalculateResult
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