pub struct Pitch { /* private fields */ }Expand description
Struct representing pitch.
Implementations§
Trait Implementations§
Source§impl Ord for Pitch
impl Ord for Pitch
Source§impl PartialOrd for Pitch
impl PartialOrd for Pitch
impl Copy for Pitch
impl Eq for Pitch
impl StructuralPartialEq for Pitch
Auto Trait Implementations§
impl Freeze for Pitch
impl RefUnwindSafe for Pitch
impl Send for Pitch
impl Sync for Pitch
impl Unpin for Pitch
impl UnwindSafe for Pitch
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