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

Trait Implementations

impl Debug for Matrix
[src]

[src]

Formats the value using the given formatter.

impl Clone for Matrix
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Matrix
[src]