pub struct ScoredClip {
pub recording_quality: u8,
pub speakers: Vec<SpeakerSample>,
}Fields§
§recording_quality: u8§speakers: Vec<SpeakerSample>Auto Trait Implementations§
impl Freeze for ScoredClip
impl RefUnwindSafe for ScoredClip
impl Send for ScoredClip
impl Sync for ScoredClip
impl Unpin for ScoredClip
impl UnsafeUnpin for ScoredClip
impl UnwindSafe for ScoredClip
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