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