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

Type Alias HmacKeyGenParams

Source
pub(crate) type HmacKeyGenParams = HmacKeyGenParams;

Aliased Type§

struct HmacKeyGenParams {
    pub(crate) parent: Algorithm,
    pub(crate) hash: ObjectOrString,
    pub(crate) length: Option<u32>,
}

Fields§

§parent: Algorithm§hash: ObjectOrString§length: Option<u32>

Implementations

Trait Implementations

Source§

impl ToJSValConvertible for HmacKeyGenParams

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 HmacKeyGenParams

Source§

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

Trace self.