#[repr(transparent)]pub struct DSharpNote<const N: isize = 3>;Implementations§
Source§impl<const N: isize> DSharpNote<N>
impl<const N: isize> DSharpNote<N>
pub const C_MAJOR_ID: usize = 3usize
pub const fn new() -> Self
Source§impl DSharpNote<3>
impl DSharpNote<3>
Trait Implementations§
Source§impl<const N: isize> Clone for DSharpNote<N>
impl<const N: isize> Clone for DSharpNote<N>
Source§fn clone(&self) -> DSharpNote<N>
fn clone(&self) -> DSharpNote<N>
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<const N: isize> Debug for DSharpNote<N>
impl<const N: isize> Debug for DSharpNote<N>
Source§impl<const N: isize> Default for DSharpNote<N>
impl<const N: isize> Default for DSharpNote<N>
Source§fn default() -> DSharpNote<N>
fn default() -> DSharpNote<N>
Returns the “default value” for a type. Read more
Source§impl<const N: isize> Deref for DSharpNote<N>
impl<const N: isize> Deref for DSharpNote<N>
Source§impl<const N: isize> Display for DSharpNote<N>
impl<const N: isize> Display for DSharpNote<N>
Source§impl<const N: isize> FromStr for DSharpNote<N>
impl<const N: isize> FromStr for DSharpNote<N>
Source§impl<const N: isize> Hash for DSharpNote<N>
impl<const N: isize> Hash for DSharpNote<N>
Source§impl<const N: isize> Ord for DSharpNote<N>
impl<const N: isize> Ord for DSharpNote<N>
Source§fn cmp(&self, other: &DSharpNote<N>) -> Ordering
fn cmp(&self, other: &DSharpNote<N>) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<const N: isize> PartialEq for DSharpNote<N>
impl<const N: isize> PartialEq for DSharpNote<N>
Source§impl<const N: isize> PartialOrd<DSharpNote<N>> for isize
impl<const N: isize> PartialOrd<DSharpNote<N>> for isize
Source§impl<const N: isize> PartialOrd<isize> for DSharpNote<N>
impl<const N: isize> PartialOrd<isize> for DSharpNote<N>
Source§impl<const N: isize> PartialOrd for DSharpNote<N>
impl<const N: isize> PartialOrd for DSharpNote<N>
Source§impl<const N: isize> PitchClassRepr for DSharpNote<N>
impl<const N: isize> PitchClassRepr for DSharpNote<N>
Source§impl<const N: isize> RawPitchClass for DSharpNote<N>
impl<const N: isize> RawPitchClass for DSharpNote<N>
impl<const N: isize> Copy for DSharpNote<N>
impl<const N: isize> Eq for DSharpNote<N>
impl<const N: isize> StructuralPartialEq for DSharpNote<N>
Auto Trait Implementations§
impl<const N: isize> Freeze for DSharpNote<N>
impl<const N: isize> RefUnwindSafe for DSharpNote<N>
impl<const N: isize> Send for DSharpNote<N>
impl<const N: isize> Sync for DSharpNote<N>
impl<const N: isize> Unpin for DSharpNote<N>
impl<const N: isize> UnwindSafe for DSharpNote<N>
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