pub struct AudioNodeCreatedEvent {
pub params: AudioNodeCreatedEventParams,
}Fields§
§params: AudioNodeCreatedEventParamsTrait Implementations§
Source§impl Clone for AudioNodeCreatedEvent
impl Clone for AudioNodeCreatedEvent
Source§fn clone(&self) -> AudioNodeCreatedEvent
fn clone(&self) -> AudioNodeCreatedEvent
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 AudioNodeCreatedEvent
impl Debug for AudioNodeCreatedEvent
Source§impl<'de> Deserialize<'de> for AudioNodeCreatedEvent
impl<'de> Deserialize<'de> for AudioNodeCreatedEvent
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 AudioNodeCreatedEvent
impl PartialEq for AudioNodeCreatedEvent
Source§impl Serialize for AudioNodeCreatedEvent
impl Serialize for AudioNodeCreatedEvent
impl StructuralPartialEq for AudioNodeCreatedEvent
Auto Trait Implementations§
impl Freeze for AudioNodeCreatedEvent
impl RefUnwindSafe for AudioNodeCreatedEvent
impl Send for AudioNodeCreatedEvent
impl Sync for AudioNodeCreatedEvent
impl Unpin for AudioNodeCreatedEvent
impl UnwindSafe for AudioNodeCreatedEvent
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