Struct ppapi::Context2dExperimental [-]  [+] [src]

pub struct Context2d(_);

Methods

impl Context2d

fn new(res: PP_Resource) -> Context2d

fn new_bumped(res: PP_Resource) -> Context2d

Trait Implementations

impl Send for Context2d

impl Resource for Context2d

fn unwrap(&self) -> PP_Resource

fn type_of(&self) -> ResourceType

impl ToOption<PP_Resource> for Context2d

fn to_option(from: &PP_Resource) -> Option<Context2d>

impl Clone for Context2d

fn clone(&self) -> Context2d

fn clone_from(&mut self, source: &Self)

impl Drop for Context2d

fn drop(&mut self)

impl ContextResource for Context2d

fn get_device(&self) -> PP_Resource

Derived Implementations

impl Show for Context2d

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl PartialEq for Context2d

fn eq(&self, __arg_0: &Context2d) -> bool

fn ne(&self, __arg_0: &Context2d) -> bool

impl Eq for Context2d

fn assert_receiver_is_total_eq(&self)

impl<__S: Writer + Hasher> Hash<__S> for Context2d

fn hash(&self, __arg_0: &mut __S)