#[repr(C)]pub struct GESFrameCompositionMeta {
pub meta: GstMeta,
pub alpha: c_double,
pub posx: c_double,
pub posy: c_double,
pub height: c_double,
pub width: c_double,
pub zorder: c_uint,
pub operator: c_int,
}
Fields§
§meta: GstMeta
§alpha: c_double
§posx: c_double
§posy: c_double
§height: c_double
§width: c_double
§zorder: c_uint
§operator: c_int
Trait Implementations§
source§impl Clone for GESFrameCompositionMeta
impl Clone for GESFrameCompositionMeta
source§fn clone(&self) -> GESFrameCompositionMeta
fn clone(&self) -> GESFrameCompositionMeta
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 GESFrameCompositionMeta
impl Debug for GESFrameCompositionMeta
impl Copy for GESFrameCompositionMeta
Auto Trait Implementations§
impl Freeze for GESFrameCompositionMeta
impl RefUnwindSafe for GESFrameCompositionMeta
impl !Send for GESFrameCompositionMeta
impl !Sync for GESFrameCompositionMeta
impl Unpin for GESFrameCompositionMeta
impl UnwindSafe for GESFrameCompositionMeta
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
)