pub enum OscillatorNodeMessage {
SetOscillatorType(OscillatorType),
}
Variants§
SetOscillatorType(OscillatorType)
Trait Implementations§
source§impl Clone for OscillatorNodeMessage
impl Clone for OscillatorNodeMessage
source§fn clone(&self) -> OscillatorNodeMessage
fn clone(&self) -> OscillatorNodeMessage
Returns a copy 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 moreAuto Trait Implementations§
impl Freeze for OscillatorNodeMessage
impl RefUnwindSafe for OscillatorNodeMessage
impl Send for OscillatorNodeMessage
impl Sync for OscillatorNodeMessage
impl Unpin for OscillatorNodeMessage
impl UnwindSafe for OscillatorNodeMessage
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