pub struct PartCandidate {
pub part_index: usize,
pub name: String,
pub mean_pitch: f64,
}Fields§
§part_index: usize§name: String§mean_pitch: f64Trait Implementations§
Source§impl Clone for PartCandidate
impl Clone for PartCandidate
Source§fn clone(&self) -> PartCandidate
fn clone(&self) -> PartCandidate
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 moreSource§impl Debug for PartCandidate
impl Debug for PartCandidate
Auto Trait Implementations§
impl Freeze for PartCandidate
impl RefUnwindSafe for PartCandidate
impl Send for PartCandidate
impl Sync for PartCandidate
impl Unpin for PartCandidate
impl UnsafeUnpin for PartCandidate
impl UnwindSafe for PartCandidate
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