pub struct CodecEvaluation {
pub voice: VoicePipelineEvaluation,
}Fields§
§voice: VoicePipelineEvaluationTrait Implementations§
Source§impl Clone for CodecEvaluation
impl Clone for CodecEvaluation
Source§fn clone(&self) -> CodecEvaluation
fn clone(&self) -> CodecEvaluation
Returns a duplicate of the value. Read more
1.0.0 · 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 CodecEvaluation
impl RefUnwindSafe for CodecEvaluation
impl Send for CodecEvaluation
impl Sync for CodecEvaluation
impl Unpin for CodecEvaluation
impl UnsafeUnpin for CodecEvaluation
impl UnwindSafe for CodecEvaluation
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