Struct gstreamer_video_sys::GstVideoAlignment[][src]

#[repr(C)]
pub struct GstVideoAlignment { pub padding_top: c_uint, pub padding_bottom: c_uint, pub padding_left: c_uint, pub padding_right: c_uint, pub stride_align: [c_uint; 4], }

Fields

Trait Implementations

impl Copy for GstVideoAlignment
[src]

impl Clone for GstVideoAlignment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GstVideoAlignment
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GstVideoAlignment

impl Sync for GstVideoAlignment