Struct nri::structure::wrapper::Frame [-] [+] [src]

pub struct Frame {
    pf: *mut OniFrame,
}

Fields

pf

Methods

impl Frame

fn data<T>(&self) -> &[T]

Trait Implementations

impl Deref for Frame

type Target = OniFrame

fn deref(&self) -> &OniFrame

impl Drop for Frame

fn drop(&mut self)

Derived Implementations

impl Debug for Frame

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