pub struct PianoKeyId(pub LiveId);Tuple Fields§
§0: LiveIdTrait Implementations§
Source§impl Clone for PianoKeyId
impl Clone for PianoKeyId
Source§fn clone(&self) -> PianoKeyId
fn clone(&self) -> PianoKeyId
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 PianoKeyId
impl Debug for PianoKeyId
Source§impl Default for PianoKeyId
impl Default for PianoKeyId
Source§fn default() -> PianoKeyId
fn default() -> PianoKeyId
Returns the “default value” for a type. Read more
Source§impl From<LiveId> for PianoKeyId
impl From<LiveId> for PianoKeyId
Source§fn from(live_id: LiveId) -> PianoKeyId
fn from(live_id: LiveId) -> PianoKeyId
Converts to this type from the input type.
Source§impl From<u64> for PianoKeyId
impl From<u64> for PianoKeyId
Source§fn from(live_id: u64) -> PianoKeyId
fn from(live_id: u64) -> PianoKeyId
Converts to this type from the input type.
Source§impl Hash for PianoKeyId
impl Hash for PianoKeyId
Source§impl PartialEq for PianoKeyId
impl PartialEq for PianoKeyId
impl Copy for PianoKeyId
impl Eq for PianoKeyId
impl StructuralPartialEq for PianoKeyId
Auto Trait Implementations§
impl Freeze for PianoKeyId
impl RefUnwindSafe for PianoKeyId
impl Send for PianoKeyId
impl Sync for PianoKeyId
impl Unpin for PianoKeyId
impl UnwindSafe for PianoKeyId
Blanket Implementations§
Source§impl<T> ActionTrait for T
impl<T> ActionTrait for T
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