Struct gst::ffi::Struct__GstVideoAlignment [−][src]
#[repr(C)]pub struct Struct__GstVideoAlignment { pub padding_top: guint, pub padding_bottom: guint, pub padding_left: guint, pub padding_right: guint, pub stride_align: [guint; 4], }
Fields
padding_top: guint
padding_bottom: guint
padding_left: guint
padding_right: guint
stride_align: [guint; 4]
Trait Implementations
impl Clone for Struct__GstVideoAlignment
[src]
impl Clone for Struct__GstVideoAlignment
fn clone(&self) -> Struct__GstVideoAlignment
[src]
fn clone(&self) -> Struct__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 Copy for Struct__GstVideoAlignment
[src]
impl Copy for Struct__GstVideoAlignment
impl Default for Struct__GstVideoAlignment
[src]
impl Default for Struct__GstVideoAlignment
fn default() -> Struct__GstVideoAlignment
[src]
fn default() -> Struct__GstVideoAlignment
Returns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for Struct__GstVideoAlignment
impl Send for Struct__GstVideoAlignment
impl Sync for Struct__GstVideoAlignment
impl Sync for Struct__GstVideoAlignment