#[repr(C)]pub struct GainNode {
node: AudioNode,
gain: Dom<AudioParam>,
}
Fields§
§node: AudioNode
§gain: Dom<AudioParam>
Implementations§
source§impl GainNode
impl GainNode
fn __assert_parent_type(&self)
source§impl GainNode
impl GainNode
pub fn new_inherited(
window: &Window,
context: &BaseAudioContext,
options: &GainOptions
) -> Result<GainNode, Error>
pub fn new(
window: &Window,
context: &BaseAudioContext,
options: &GainOptions
) -> Result<Root<Dom<GainNode>>, Error>
pub fn Constructor(
window: &Window,
context: &BaseAudioContext,
options: &GainOptions
) -> Result<Root<Dom<GainNode>>, Error>
Trait Implementations§
source§impl Castable for GainNode
impl Castable for GainNode
source§impl DomObjectWrap for GainNode
impl DomObjectWrap for GainNode
source§const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::GainNodeBinding::GainNodeBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::gainnode::GainNode>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::gainnode::GainNode>>}
const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::GainNodeBinding::GainNodeBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::gainnode::GainNode>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::gainnode::GainNode>>}
Function pointer to the general wrap function type
source§impl GainNodeMethods for GainNode
impl GainNodeMethods for GainNode
source§impl IDLInterface for GainNode
impl IDLInterface for GainNode
source§impl MallocSizeOf for GainNode
impl MallocSizeOf for GainNode
source§fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
fn size_of(&self, ops: &mut MallocSizeOfOps) -> usize
Measure the heap usage of all descendant heap-allocated structures, but
not the space taken up by the value itself.
source§impl MutDomObject for GainNode
impl MutDomObject for GainNode
source§unsafe fn init_reflector(&self, obj: *mut JSObject)
unsafe fn init_reflector(&self, obj: *mut JSObject)
Initializes the Reflector
source§impl PartialEq<GainNode> for GainNode
impl PartialEq<GainNode> for GainNode
source§impl ToJSValConvertible for GainNode
impl ToJSValConvertible for GainNode
impl DerivedFrom<AudioNode> for GainNode
impl DerivedFrom<EventTarget> for GainNode
Auto Trait Implementations§
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> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> MaybeBoxed<Box<T, Global>> for T
impl<T> MaybeBoxed<Box<T, Global>> for T
source§fn maybe_boxed(self) -> Box<T, Global>
fn maybe_boxed(self) -> Box<T, Global>
Convert
source§impl<T> MaybeBoxed<T> for T
impl<T> MaybeBoxed<T> for T
source§fn maybe_boxed(self) -> T
fn maybe_boxed(self) -> T
Convert