pub struct AudioParamWillBeDestroyedParams {
pub context_id: GraphObjectId,
pub node_id: GraphObjectId,
pub param_id: GraphObjectId,
}Expand description
Notifies that an existing AudioParam has been destroyed. audioParamWillBeDestroyed
Fields§
§context_id: GraphObjectId§node_id: GraphObjectId§param_id: GraphObjectIdTrait Implementations§
Source§impl Clone for AudioParamWillBeDestroyedParams
impl Clone for AudioParamWillBeDestroyedParams
Source§fn clone(&self) -> AudioParamWillBeDestroyedParams
fn clone(&self) -> AudioParamWillBeDestroyedParams
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<'de> Deserialize<'de> for AudioParamWillBeDestroyedParams
impl<'de> Deserialize<'de> for AudioParamWillBeDestroyedParams
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 AudioParamWillBeDestroyedParams
impl PartialEq for AudioParamWillBeDestroyedParams
Source§fn eq(&self, other: &AudioParamWillBeDestroyedParams) -> bool
fn eq(&self, other: &AudioParamWillBeDestroyedParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AudioParamWillBeDestroyedParams
Auto Trait Implementations§
impl Freeze for AudioParamWillBeDestroyedParams
impl RefUnwindSafe for AudioParamWillBeDestroyedParams
impl Send for AudioParamWillBeDestroyedParams
impl Sync for AudioParamWillBeDestroyedParams
impl Unpin for AudioParamWillBeDestroyedParams
impl UnsafeUnpin for AudioParamWillBeDestroyedParams
impl UnwindSafe for AudioParamWillBeDestroyedParams
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