pub struct C;Expand description
A representation of the C pitch class
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for C
impl<'de> Deserialize<'de> for C
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for C
impl Ord for C
Source§impl PartialOrd<C> for usize
impl PartialOrd<C> for usize
Source§impl PartialOrd<usize> for C
impl PartialOrd<usize> for C
Source§impl PartialOrd for C
impl PartialOrd for C
impl Copy for C
impl Eq for C
impl StructuralPartialEq for C
Auto Trait Implementations§
impl Freeze for C
impl RefUnwindSafe for C
impl Send for C
impl Sync for C
impl Unpin for C
impl UnwindSafe for C
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