#[repr(C)]pub struct GstVideoCaptionMeta {
pub meta: GstMeta,
pub caption_type: GstVideoCaptionType,
pub data: *mut u8,
pub size: size_t,
}Fields§
§meta: GstMeta§caption_type: GstVideoCaptionType§data: *mut u8§size: size_tTrait Implementations§
Source§impl Clone for GstVideoCaptionMeta
impl Clone for GstVideoCaptionMeta
impl Copy for GstVideoCaptionMeta
Auto Trait Implementations§
impl !Send for GstVideoCaptionMeta
impl !Sync for GstVideoCaptionMeta
impl Freeze for GstVideoCaptionMeta
impl RefUnwindSafe for GstVideoCaptionMeta
impl Unpin for GstVideoCaptionMeta
impl UnsafeUnpin for GstVideoCaptionMeta
impl UnwindSafe for GstVideoCaptionMeta
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