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_uint
§padding_bottom: c_uint
§padding_left: c_uint
§padding_right: c_uint
§stride_align: [c_uint; 4]
Trait Implementations§
source§impl Clone for GstVideoAlignment
impl Clone for GstVideoAlignment
source§fn clone(&self) -> GstVideoAlignment
fn clone(&self) -> GstVideoAlignment
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GstVideoAlignment
impl Debug for GstVideoAlignment
impl Copy for GstVideoAlignment
Auto Trait Implementations§
impl Freeze for GstVideoAlignment
impl RefUnwindSafe for GstVideoAlignment
impl Send for GstVideoAlignment
impl Sync for GstVideoAlignment
impl Unpin for GstVideoAlignment
impl UnwindSafe for GstVideoAlignment
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)