Struct mp4parse::Matrix
[−]
[src]
pub struct Matrix {
pub a: i32,
pub b: i32,
pub u: i32,
pub c: i32,
pub d: i32,
pub v: i32,
pub x: i32,
pub y: i32,
pub w: i32,
}Fields
a: i32
b: i32
u: i32
c: i32
d: i32
v: i32
x: i32
y: i32
w: i32
Trait Implementations
impl Debug for Matrix[src]
impl Clone for Matrix[src]
fn clone(&self) -> Matrix[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more