pub struct VoiceId(pub u64);Expand description
Newtype wrapper for voice IDs.
Tuple Fields§
§0: u64Trait Implementations§
Source§impl<'de> Deserialize<'de> for VoiceId
impl<'de> Deserialize<'de> for VoiceId
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
impl Copy for VoiceId
impl Eq for VoiceId
impl StructuralPartialEq for VoiceId
Auto Trait Implementations§
impl Freeze for VoiceId
impl RefUnwindSafe for VoiceId
impl Send for VoiceId
impl Sync for VoiceId
impl Unpin for VoiceId
impl UnsafeUnpin for VoiceId
impl UnwindSafe for VoiceId
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