Struct mlt_sys::mlt_rect[][src]

#[repr(C)]
pub struct mlt_rect { pub x: f64, pub y: f64, pub w: f64, pub h: f64, pub o: f64, }

A rectangle type with coordinates, size, and opacity

Fields

< X coordinate

< Y coordinate

< width

< height

< opacity / mix-level

Trait Implementations

impl Debug for mlt_rect
[src]

Formats the value using the given formatter. Read more

impl Copy for mlt_rect
[src]

impl Clone for mlt_rect
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for mlt_rect

impl Sync for mlt_rect