script::dom::bindings::codegen::Bindings::UnderlyingSinkBinding

Type Alias UnderlyingSink

Source
pub(crate) type UnderlyingSink = UnderlyingSink<DomTypeHolder>;

Aliased Type§

struct UnderlyingSink {
    pub(crate) abort: Option<Rc<UnderlyingSinkAbortCallback<DomTypeHolder>>>,
    pub(crate) close: Option<Rc<UnderlyingSinkCloseCallback<DomTypeHolder>>>,
    pub(crate) start: Option<Rc<UnderlyingSinkStartCallback<DomTypeHolder>>>,
    pub(crate) type_: RootedTraceableBox<Heap<Value>>,
    pub(crate) write: Option<Rc<UnderlyingSinkWriteCallback<DomTypeHolder>>>,
}

Fields§

§abort: Option<Rc<UnderlyingSinkAbortCallback<DomTypeHolder>>>§close: Option<Rc<UnderlyingSinkCloseCallback<DomTypeHolder>>>§start: Option<Rc<UnderlyingSinkStartCallback<DomTypeHolder>>>§type_: RootedTraceableBox<Heap<Value>>§write: Option<Rc<UnderlyingSinkWriteCallback<DomTypeHolder>>>

Implementations

Trait Implementations

Source§

impl<D: DomTypes> Default for UnderlyingSink<D>

Source§

fn default() -> Self

Returns the “default value” for a type. Read more
Source§

impl<D: DomTypes> ToJSValConvertible for UnderlyingSink<D>

Source§

unsafe fn to_jsval(&self, cx: *mut JSContext, rval: MutableHandleValue<'_>)

Convert self to a JSVal. JSAPI failure causes a panic.
Source§

impl<D> Traceable for UnderlyingSink<D>
where D: JSTraceable + DomTypes,

Source§

unsafe fn trace(&self, tracer: *mut JSTracer)

Trace self.