pub struct AudioParamCreatedParams {
pub param: AudioParam,
}Expand description
Notifies that a new AudioParam has been created. audioParamCreated
Fields§
§param: AudioParamTrait Implementations§
Source§impl Clone for AudioParamCreatedParams
impl Clone for AudioParamCreatedParams
Source§fn clone(&self) -> AudioParamCreatedParams
fn clone(&self) -> AudioParamCreatedParams
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 AudioParamCreatedParams
impl Debug for AudioParamCreatedParams
Source§impl<'de> Deserialize<'de> for AudioParamCreatedParams
impl<'de> Deserialize<'de> for AudioParamCreatedParams
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 for AudioParamCreatedParams
impl PartialEq for AudioParamCreatedParams
Source§impl Serialize for AudioParamCreatedParams
impl Serialize for AudioParamCreatedParams
impl StructuralPartialEq for AudioParamCreatedParams
Auto Trait Implementations§
impl Freeze for AudioParamCreatedParams
impl RefUnwindSafe for AudioParamCreatedParams
impl Send for AudioParamCreatedParams
impl Sync for AudioParamCreatedParams
impl Unpin for AudioParamCreatedParams
impl UnsafeUnpin for AudioParamCreatedParams
impl UnwindSafe for AudioParamCreatedParams
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