pub struct RelativePitch(pub u8);Tuple Fields§
§0: u8Implementations§
Trait Implementations§
Source§impl Add for RelativePitch
impl Add for RelativePitch
Source§type Output = RelativePitch
type Output = RelativePitch
The resulting type after applying the
+ operator.Source§fn add(self, rhs: RelativePitch) -> RelativePitch
fn add(self, rhs: RelativePitch) -> RelativePitch
Performs the
+ operation. Read moreSource§impl Clone for RelativePitch
impl Clone for RelativePitch
Source§fn clone(&self) -> RelativePitch
fn clone(&self) -> RelativePitch
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 moreSource§impl Debug for RelativePitch
impl Debug for RelativePitch
Source§impl PartialEq for RelativePitch
impl PartialEq for RelativePitch
Source§impl Sub for RelativePitch
impl Sub for RelativePitch
Source§type Output = RelativePitch
type Output = RelativePitch
The resulting type after applying the
- operator.Source§fn sub(self, rhs: RelativePitch) -> RelativePitch
fn sub(self, rhs: RelativePitch) -> RelativePitch
Performs the
- operation. Read moreimpl Copy for RelativePitch
impl Eq for RelativePitch
impl StructuralPartialEq for RelativePitch
Auto Trait Implementations§
impl Freeze for RelativePitch
impl RefUnwindSafe for RelativePitch
impl Send for RelativePitch
impl Sync for RelativePitch
impl Unpin for RelativePitch
impl UnwindSafe for RelativePitch
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