Trait oc_wasm_safe::descriptor::AsRaw[][src]

pub trait AsRaw {
    fn as_raw(&self) -> u32;
}
Expand description

A value that can be converted into an opaque value descriptor.

A value implementing this trait holds, borrows, or is otherwise able to provide an opaque value descriptor as a u32.

Required methods

Returns the raw descriptor value.

Implementors