pub struct EventAudioListenerWillBeDestroyed {
pub context_id: GraphObjectId,
pub listener_id: GraphObjectId,
}Expand description
Notifies that a new AudioListener has been created. audioListenerWillBeDestroyed
Fields§
§context_id: GraphObjectId§listener_id: GraphObjectIdImplementations§
source§impl EventAudioListenerWillBeDestroyed
impl EventAudioListenerWillBeDestroyed
pub const IDENTIFIER: &'static str = "WebAudio.audioListenerWillBeDestroyed"
Trait Implementations§
source§impl Clone for EventAudioListenerWillBeDestroyed
impl Clone for EventAudioListenerWillBeDestroyed
source§fn clone(&self) -> EventAudioListenerWillBeDestroyed
fn clone(&self) -> EventAudioListenerWillBeDestroyed
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<'de> Deserialize<'de> for EventAudioListenerWillBeDestroyed
impl<'de> Deserialize<'de> for EventAudioListenerWillBeDestroyed
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<EventAudioListenerWillBeDestroyed, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<EventAudioListenerWillBeDestroyed, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<EventAudioListenerWillBeDestroyed> for CdpEvent
impl From<EventAudioListenerWillBeDestroyed> for CdpEvent
source§fn from(el: EventAudioListenerWillBeDestroyed) -> CdpEvent
fn from(el: EventAudioListenerWillBeDestroyed) -> CdpEvent
Converts to this type from the input type.
source§impl IntoEventKind for EventAudioListenerWillBeDestroyed
impl IntoEventKind for EventAudioListenerWillBeDestroyed
source§fn event_kind() -> EventKindwhere
EventAudioListenerWillBeDestroyed: Sized + 'static,
fn event_kind() -> EventKindwhere EventAudioListenerWillBeDestroyed: Sized + 'static,
What kind of event this type is
source§impl Method for EventAudioListenerWillBeDestroyed
impl Method for EventAudioListenerWillBeDestroyed
source§fn identifier(&self) -> Cow<'static, str>
fn identifier(&self) -> Cow<'static, str>
The whole string identifier for this method like:
DOM.removeNodesource§fn domain_name(&self) -> Cow<'static, str>
fn domain_name(&self) -> Cow<'static, str>
The name of the domain this method belongs to:
DOMsource§fn method_name(&self) -> Cow<'static, str>
fn method_name(&self) -> Cow<'static, str>
The standalone identifier of the method inside the domain:
removeNodesource§impl PartialEq<EventAudioListenerWillBeDestroyed> for EventAudioListenerWillBeDestroyed
impl PartialEq<EventAudioListenerWillBeDestroyed> for EventAudioListenerWillBeDestroyed
source§fn eq(&self, other: &EventAudioListenerWillBeDestroyed) -> bool
fn eq(&self, other: &EventAudioListenerWillBeDestroyed) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for EventAudioListenerWillBeDestroyed
impl Serialize for EventAudioListenerWillBeDestroyed
source§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
Serialize this value into the given Serde serializer. Read more