Struct ringraphics::mvp::Mvp[][src]

pub struct Mvp { /* fields omitted */ }

Methods

impl Mvp
[src]

impl Mvp
[src]

Important traits for Vec<u8>

Trait Implementations

impl Clone for Mvp
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Mvp
[src]

Formats the value using the given formatter. Read more

impl<'a, C: CameraT> From<(&'a C, &'a Rect<i32>)> for Mvp
[src]

Performs the conversion.

impl<'a> From<&'a Projection> for Mvp
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Mvp

impl !Sync for Mvp