#[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
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 UnsafeUnpin 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