Struct gstreamer_video_sys::GstVideoTileInfo
source · #[repr(C)]pub struct GstVideoTileInfo {
pub width: c_uint,
pub height: c_uint,
pub stride: c_uint,
pub size: c_uint,
pub padding: [u32; 4],
}
Fields§
§width: c_uint
§height: c_uint
§stride: c_uint
§size: c_uint
§padding: [u32; 4]
Trait Implementations§
source§impl Clone for GstVideoTileInfo
impl Clone for GstVideoTileInfo
source§fn clone(&self) -> GstVideoTileInfo
fn clone(&self) -> GstVideoTileInfo
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 GstVideoTileInfo
impl Debug for GstVideoTileInfo
impl Copy for GstVideoTileInfo
Auto Trait Implementations§
impl Freeze for GstVideoTileInfo
impl RefUnwindSafe for GstVideoTileInfo
impl Send for GstVideoTileInfo
impl Sync for GstVideoTileInfo
impl Unpin for GstVideoTileInfo
impl UnwindSafe for GstVideoTileInfo
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: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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
)