pub struct SpecializedComponentView {
pub view_id: &'static str,
pub component: &'static str,
}Expand description
A component-to-view declaration used by editor routing.
Fields§
§view_id: &'static strThe stable view id.
component: &'static strThe component id in the audio-synth component namespace.
Trait Implementations§
Source§impl Clone for SpecializedComponentView
impl Clone for SpecializedComponentView
Source§fn clone(&self) -> SpecializedComponentView
fn clone(&self) -> SpecializedComponentView
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SpecializedComponentView
Source§impl Debug for SpecializedComponentView
impl Debug for SpecializedComponentView
impl Eq for SpecializedComponentView
Source§impl PartialEq for SpecializedComponentView
impl PartialEq for SpecializedComponentView
impl StructuralPartialEq for SpecializedComponentView
Auto Trait Implementations§
impl Freeze for SpecializedComponentView
impl RefUnwindSafe for SpecializedComponentView
impl Send for SpecializedComponentView
impl Sync for SpecializedComponentView
impl Unpin for SpecializedComponentView
impl UnsafeUnpin for SpecializedComponentView
impl UnwindSafe for SpecializedComponentView
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.