pub struct GainNode(/* private fields */);
Implementations§
Source§impl GainNode
impl GainNode
pub fn new(context: &AudioContext) -> Self
pub fn gain(&self) -> AudioParam
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GainNode
impl RefUnwindSafe for GainNode
impl Send for GainNode
impl Sync for GainNode
impl Unpin for GainNode
impl UnwindSafe for GainNode
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