#[repr(C)]pub struct GstVideoMetaTransformMatrix {
pub in_info: *const GstVideoInfo,
pub in_rectangle: GstVideoRectangle,
pub out_info: *const GstVideoInfo,
pub out_rectangle: GstVideoRectangle,
pub matrix: [c_float; 9],
}Fields§
§in_info: *const GstVideoInfo§in_rectangle: GstVideoRectangle§out_info: *const GstVideoInfo§out_rectangle: GstVideoRectangle§matrix: [c_float; 9]Trait Implementations§
Source§impl Clone for GstVideoMetaTransformMatrix
impl Clone for GstVideoMetaTransformMatrix
Source§fn clone(&self) -> GstVideoMetaTransformMatrix
fn clone(&self) -> GstVideoMetaTransformMatrix
Returns a duplicate 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 GstVideoMetaTransformMatrix
impl Debug for GstVideoMetaTransformMatrix
impl Copy for GstVideoMetaTransformMatrix
Auto Trait Implementations§
impl Freeze for GstVideoMetaTransformMatrix
impl RefUnwindSafe for GstVideoMetaTransformMatrix
impl !Send for GstVideoMetaTransformMatrix
impl !Sync for GstVideoMetaTransformMatrix
impl Unpin for GstVideoMetaTransformMatrix
impl UnwindSafe for GstVideoMetaTransformMatrix
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