pub struct AudioNodeWillBeDestroyedEventParams {
pub context_id: GraphObjectId,
pub node_id: GraphObjectId,
}Fields§
§context_id: GraphObjectId§node_id: GraphObjectIdTrait Implementations§
Source§impl Clone for AudioNodeWillBeDestroyedEventParams
impl Clone for AudioNodeWillBeDestroyedEventParams
Source§fn clone(&self) -> AudioNodeWillBeDestroyedEventParams
fn clone(&self) -> AudioNodeWillBeDestroyedEventParams
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 AudioNodeWillBeDestroyedEventParams
impl<'de> Deserialize<'de> for AudioNodeWillBeDestroyedEventParams
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 AudioNodeWillBeDestroyedEventParams
impl PartialEq for AudioNodeWillBeDestroyedEventParams
Source§fn eq(&self, other: &AudioNodeWillBeDestroyedEventParams) -> bool
fn eq(&self, other: &AudioNodeWillBeDestroyedEventParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AudioNodeWillBeDestroyedEventParams
Auto Trait Implementations§
impl Freeze for AudioNodeWillBeDestroyedEventParams
impl RefUnwindSafe for AudioNodeWillBeDestroyedEventParams
impl Send for AudioNodeWillBeDestroyedEventParams
impl Sync for AudioNodeWillBeDestroyedEventParams
impl Unpin for AudioNodeWillBeDestroyedEventParams
impl UnwindSafe for AudioNodeWillBeDestroyedEventParams
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