[][src]Trait polyhorn_android::Link

pub trait Link {
    type Platform: Platform + ?Sized;
    fn instance(&self) -> &Rc<Instance<Self::Platform>>;
fn memory(&self) -> &Memory; fn queue_rerender(&self) { ... } }

Associated Types

Loading content...

Required methods

fn instance(&self) -> &Rc<Instance<Self::Platform>>

fn memory(&self) -> &Memory

Loading content...

Provided methods

fn queue_rerender(&self)

Loading content...

Implementations on Foreign Types

type Platform = P

type Platform = P

type Platform = P

Loading content...

Implementors

Loading content...