pub struct B;Expand description
A representation of the B pitch class
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for B
impl<'de> Deserialize<'de> for B
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 B
impl Ord for B
Source§impl PartialOrd<B> for usize
impl PartialOrd<B> for usize
Source§impl PartialOrd<usize> for B
impl PartialOrd<usize> for B
Source§impl PartialOrd for B
impl PartialOrd for B
impl Copy for B
impl Eq for B
impl StructuralPartialEq for B
Auto Trait Implementations§
impl Freeze for B
impl RefUnwindSafe for B
impl Send for B
impl Sync for B
impl Unpin for B
impl UnwindSafe for B
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