pub struct EnableReturns {}
Expand description
Enables the WebAudio domain and starts sending context lifetime events. enable
Trait Implementations§
Source§impl Clone for EnableReturns
impl Clone for EnableReturns
Source§fn clone(&self) -> EnableReturns
fn clone(&self) -> EnableReturns
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 EnableReturns
impl Debug for EnableReturns
Source§impl Default for EnableReturns
impl Default for EnableReturns
Source§fn default() -> EnableReturns
fn default() -> EnableReturns
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EnableReturns
impl<'de> Deserialize<'de> for EnableReturns
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 EnableReturns
impl PartialEq for EnableReturns
Source§impl Serialize for EnableReturns
impl Serialize for EnableReturns
impl StructuralPartialEq for EnableReturns
Auto Trait Implementations§
impl Freeze for EnableReturns
impl RefUnwindSafe for EnableReturns
impl Send for EnableReturns
impl Sync for EnableReturns
impl Unpin for EnableReturns
impl UnwindSafe for EnableReturns
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