pub struct ScaleDegree {
pub degree: NonZeroU8,
pub quality: Accidental,
}Fields§
§degree: NonZeroU8§quality: AccidentalImplementations§
Trait Implementations§
Source§impl Clone for ScaleDegree
impl Clone for ScaleDegree
Source§fn clone(&self) -> ScaleDegree
fn clone(&self) -> ScaleDegree
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 ScaleDegree
impl Debug for ScaleDegree
Source§impl Default for ScaleDegree
impl Default for ScaleDegree
Source§impl PartialEq for ScaleDegree
impl PartialEq for ScaleDegree
impl Copy for ScaleDegree
impl Eq for ScaleDegree
impl StructuralPartialEq for ScaleDegree
Auto Trait Implementations§
impl Freeze for ScaleDegree
impl RefUnwindSafe for ScaleDegree
impl Send for ScaleDegree
impl Sync for ScaleDegree
impl Unpin for ScaleDegree
impl UnwindSafe for ScaleDegree
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