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