Struct chris::models::PluginParameterId
source · pub struct PluginParameterId(pub u32);Tuple Fields§
§0: u32Methods from Deref<Target = u32>§
Trait Implementations§
source§impl AsRef<u32> for PluginParameterId
impl AsRef<u32> for PluginParameterId
source§impl Borrow<u32> for PluginParameterId
impl Borrow<u32> for PluginParameterId
source§impl Clone for PluginParameterId
impl Clone for PluginParameterId
source§fn clone(&self) -> PluginParameterId
fn clone(&self) -> PluginParameterId
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 moresource§impl Debug for PluginParameterId
impl Debug for PluginParameterId
source§impl Deref for PluginParameterId
impl Deref for PluginParameterId
source§impl<'de> Deserialize<'de> for PluginParameterId
impl<'de> Deserialize<'de> for PluginParameterId
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 PartialEq<PluginParameterId> for PluginParameterId
impl PartialEq<PluginParameterId> for PluginParameterId
source§fn eq(&self, other: &PluginParameterId) -> bool
fn eq(&self, other: &PluginParameterId) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for PluginParameterId
impl Eq for PluginParameterId
impl StructuralEq for PluginParameterId
impl StructuralPartialEq for PluginParameterId
Auto Trait Implementations§
impl RefUnwindSafe for PluginParameterId
impl Send for PluginParameterId
impl Sync for PluginParameterId
impl Unpin for PluginParameterId
impl UnwindSafe for PluginParameterId
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.