[][src]Trait polyhorn_ios::Link

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

Associated Types

Loading content...

Required methods

pub fn instance(&self) -> &Rc<Instance<Self::Platform>>[src]

pub fn memory(&self) -> &Memory[src]

Loading content...

Provided methods

pub fn queue_rerender(&self)[src]

Loading content...

Implementations on Foreign Types

type Platform = P

type Platform = P

type Platform = P

Loading content...

Implementors

Loading content...