Struct js::typedarray::Uint32
[−]
[src]
pub struct Uint32;
A kind of typed array.
Trait Implementations
impl TypedArrayElement for Uint32
[src]
type Element = u32
Underlying primitive representation of this element type.
unsafe fn unwrap_array(obj: *mut JSObject) -> *mut JSObject
[src]
Unwrap a typed array JS reflector for this element type.
unsafe fn length_and_data(obj: *mut JSObject) -> (*mut Self::Element, u32)
[src]
Retrieve the length and data of a typed array's buffer for this element type.