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
padding_top: c_uint
padding_bottom: c_uint
padding_left: c_uint
padding_right: c_uint
stride_align: [c_uint; 4]
Trait Implementations
impl Copy for GstVideoAlignment
[src]
impl Copy for GstVideoAlignment
impl Clone for GstVideoAlignment
[src]
impl Clone for GstVideoAlignment
fn clone(&self) -> GstVideoAlignment
[src]
fn clone(&self) -> GstVideoAlignment
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for GstVideoAlignment
[src]
impl Debug for GstVideoAlignment
Auto Trait Implementations
impl Send for GstVideoAlignment
impl Send for GstVideoAlignment
impl Sync for GstVideoAlignment
impl Sync for GstVideoAlignment