Struct ppapi::gles::TextureBufferExperimental
[-]
[+]
[src]
pub struct TextureBuffer(_);
pub struct TextureBuffer(_);
impl TextureBufferfn bind(&self, ctxt: &mut Context3d, target: Enum) -> BoundTexBufferimpl Buffer for TextureBufferfn unwrap(&self) -> UIntfn get_type(&self) -> BufferTypefn to_object(&self) -> BufferObjectfn is_default(&self) -> boolimpl GenBuffer for TextureBufferfn gen_single(ctxt: &Context3d) -> TextureBufferfn gen_multiple(ctxt: &Context3d, count: usize) -> Vec<TextureBuffer>impl DropBuffer for TextureBufferunsafe fn drop_buffer(self, ctxt: &Context3d)impl Default for TextureBufferfn default() -> TextureBufferimpl<__S: Writer + Hasher> Hash<__S> for TextureBufferfn hash(&self, __arg_0: &mut __S)impl Clone for TextureBufferfn clone(&self) -> TextureBufferfn clone_from(&mut self, source: &Self)impl PartialOrd for TextureBufferfn partial_cmp(&self, __arg_0: &TextureBuffer) -> Option<Ordering>fn lt(&self, __arg_0: &TextureBuffer) -> boolfn le(&self, __arg_0: &TextureBuffer) -> boolfn gt(&self, __arg_0: &TextureBuffer) -> boolfn ge(&self, __arg_0: &TextureBuffer) -> boolimpl Ord for TextureBufferfn cmp(&self, __arg_0: &TextureBuffer) -> Orderingimpl PartialEq for TextureBufferfn eq(&self, __arg_0: &TextureBuffer) -> boolfn ne(&self, __arg_0: &TextureBuffer) -> boolimpl Eq for TextureBufferfn 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).