Struct ppapi::ArrayBufferVarExperimental
[-]
[+]
[src]
pub struct ArrayBufferVar(_);
pub struct ArrayBufferVar(_);
impl Drop for ArrayBufferVarfn drop(&mut self)impl Clone for ArrayBufferVarfn clone(&self) -> ArrayBufferVarfn clone_from(&mut self, source: &Self)impl Var for ArrayBufferVarfn is_an_array_buffer(&self) -> boolfn is_null(&self) -> boolfn is_undefined(&self) -> boolfn is_a_bool(&self) -> boolfn is_an_i32(&self) -> boolfn is_a_f64(&self) -> boolfn is_a_string(&self) -> boolfn is_an_object(&self) -> boolfn is_an_array(&self) -> boolfn is_a_dictionary(&self) -> boolfn is_a_resource(&self) -> boolimpl FromVar for ArrayBufferVarfn from_var(var: PP_Var) -> Option<ArrayBufferVar>impl ToVar for ArrayBufferVarimpl ByRefVar for ArrayBufferVarimpl Show for ArrayBufferVarimpl<__S: Writer + Hasher> Hash<__S> for ArrayBufferVarfn hash(&self, __arg_0: &mut __S)impl PartialEq for ArrayBufferVarfn eq(&self, __arg_0: &ArrayBufferVar) -> boolfn ne(&self, __arg_0: &ArrayBufferVar) -> boolimpl Eq for ArrayBufferVarfn assert_receiver_is_total_eq(&self)
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).