Struct gstreamer_video_sys::GstVideoAlignment
source · #[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_uintpadding_bottom: c_uintpadding_left: c_uintpadding_right: c_uintstride_align: [c_uint; 4]Trait Implementations
sourceimpl Clone for GstVideoAlignment
impl Clone for GstVideoAlignment
sourcefn clone(&self) -> GstVideoAlignment
fn clone(&self) -> GstVideoAlignment
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GstVideoAlignment
impl Debug for GstVideoAlignment
impl Copy for GstVideoAlignment
Auto Trait Implementations
impl RefUnwindSafe for GstVideoAlignment
impl Send for GstVideoAlignment
impl Sync for GstVideoAlignment
impl Unpin for GstVideoAlignment
impl UnwindSafe for GstVideoAlignment
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more