pub struct ContextChangedParams {
pub context: BaseAudioContext,
}Expand description
Notifies that existing BaseAudioContext has changed some properties (id stays the same).. contextChanged
Fields§
§context: BaseAudioContextTrait Implementations§
Source§impl Clone for ContextChangedParams
impl Clone for ContextChangedParams
Source§fn clone(&self) -> ContextChangedParams
fn clone(&self) -> ContextChangedParams
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 ContextChangedParams
impl Debug for ContextChangedParams
Source§impl<'de> Deserialize<'de> for ContextChangedParams
impl<'de> Deserialize<'de> for ContextChangedParams
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 ContextChangedParams
impl PartialEq for ContextChangedParams
Source§impl Serialize for ContextChangedParams
impl Serialize for ContextChangedParams
impl StructuralPartialEq for ContextChangedParams
Auto Trait Implementations§
impl Freeze for ContextChangedParams
impl RefUnwindSafe for ContextChangedParams
impl Send for ContextChangedParams
impl Sync for ContextChangedParams
impl Unpin for ContextChangedParams
impl UnsafeUnpin for ContextChangedParams
impl UnwindSafe for ContextChangedParams
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