script::dom::bindings::codegen::Bindings::SubtleCryptoBinding

Type Alias AesCtrParams

Source
pub(crate) type AesCtrParams = AesCtrParams;

Aliased Type§

struct AesCtrParams {
    pub(crate) parent: Algorithm,
    pub(crate) counter: ArrayBufferViewOrArrayBuffer,
    pub(crate) length: u8,
}

Fields§

§parent: Algorithm§counter: ArrayBufferViewOrArrayBuffer§length: u8

Implementations

Trait Implementations

Source§

impl ToJSValConvertible for AesCtrParams

Source§

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

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

impl Traceable for AesCtrParams

Source§

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

Trace self.