Struct GstVideoHDR Meta
Source #[repr(C)]pub struct GstVideoHDRMeta {
pub meta: GstMeta,
pub format: GstVideoHDRFormat,
pub data: *mut u8,
pub size: size_t,
}Fields§
§meta: GstMeta§format: GstVideoHDRFormat§data: *mut u8§size: size_tTrait Implementations§
Source§impl Clone for GstVideoHDRMeta
impl Clone for GstVideoHDRMeta
Source§fn clone(&self) -> GstVideoHDRMeta
fn clone(&self) -> GstVideoHDRMeta
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GstVideoHDRMeta
Auto Trait Implementations§
impl !Send for GstVideoHDRMeta
impl !Sync for GstVideoHDRMeta
impl Freeze for GstVideoHDRMeta
impl RefUnwindSafe for GstVideoHDRMeta
impl Unpin for GstVideoHDRMeta
impl UnsafeUnpin for GstVideoHDRMeta
impl UnwindSafe for GstVideoHDRMeta
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