Struct script::dom::channelsplitternode::ChannelSplitterNode
source · #[repr(C)]pub struct ChannelSplitterNode {
node: AudioNode,
}
Fields§
§node: AudioNode
Implementations§
source§impl ChannelSplitterNode
impl ChannelSplitterNode
fn __assert_parent_type(&self)
source§impl ChannelSplitterNode
impl ChannelSplitterNode
pub fn new_inherited(
_: &Window,
context: &BaseAudioContext,
options: &ChannelSplitterOptions
) -> Result<ChannelSplitterNode, Error>
pub fn new(
window: &Window,
context: &BaseAudioContext,
options: &ChannelSplitterOptions
) -> Result<Root<Dom<ChannelSplitterNode>>, Error>
pub fn Constructor(
window: &Window,
context: &BaseAudioContext,
options: &ChannelSplitterOptions
) -> Result<Root<Dom<ChannelSplitterNode>>, Error>
Trait Implementations§
source§impl Castable for ChannelSplitterNode
impl Castable for ChannelSplitterNode
source§impl DomObject for ChannelSplitterNode
impl DomObject for ChannelSplitterNode
source§impl DomObjectWrap for ChannelSplitterNode
impl DomObjectWrap for ChannelSplitterNode
source§const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::ChannelSplitterNodeBinding::ChannelSplitterNodeBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::channelsplitternode::ChannelSplitterNode>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::channelsplitternode::ChannelSplitterNode>>}
const WRAP: unsafe fn(_: SafeJSContext, _: &GlobalScope, _: Box<Self>) -> Root<Dom<Self>> = {dom::bindings::codegen::Bindings::ChannelSplitterNodeBinding::ChannelSplitterNodeBinding::Wrap as for<'a> unsafe fn(script_runtime::JSContext, &'a dom::globalscope::GlobalScope, std::boxed::Box<dom::channelsplitternode::ChannelSplitterNode>) -> dom::bindings::root::Root<dom::bindings::root::Dom<dom::channelsplitternode::ChannelSplitterNode>>}
Function pointer to the general wrap function type
source§impl HasParent for ChannelSplitterNode
impl HasParent for ChannelSplitterNode
source§impl IDLInterface for ChannelSplitterNode
impl IDLInterface for ChannelSplitterNode
source§impl JSTraceable for ChannelSplitterNode
impl JSTraceable for ChannelSplitterNode
source§impl MallocSizeOf for ChannelSplitterNode
impl MallocSizeOf for ChannelSplitterNode
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 ChannelSplitterNode
impl MutDomObject for ChannelSplitterNode
source§unsafe fn init_reflector(&self, obj: *mut JSObject)
unsafe fn init_reflector(&self, obj: *mut JSObject)
Initializes the Reflector
source§impl PartialEq<ChannelSplitterNode> for ChannelSplitterNode
impl PartialEq<ChannelSplitterNode> for ChannelSplitterNode
source§fn eq(&self, other: &ChannelSplitterNode) -> bool
fn eq(&self, other: &ChannelSplitterNode) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl DerivedFrom<AudioNode> for ChannelSplitterNode
impl DerivedFrom<EventTarget> for ChannelSplitterNode
Auto Trait Implementations§
impl !RefUnwindSafe for ChannelSplitterNode
impl !Send for ChannelSplitterNode
impl !Sync for ChannelSplitterNode
impl Unpin for ChannelSplitterNode
impl !UnwindSafe for ChannelSplitterNode
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