#[repr(C)]pub struct GstVideoSEIUserDataUnregisteredMeta {
pub meta: GstMeta,
pub uuid: [u8; 16],
pub data: *mut u8,
pub size: size_t,
}
Fields§
§meta: GstMeta
§uuid: [u8; 16]
§data: *mut u8
§size: size_t
Trait Implementations§
source§impl Clone for GstVideoSEIUserDataUnregisteredMeta
impl Clone for GstVideoSEIUserDataUnregisteredMeta
source§fn clone(&self) -> GstVideoSEIUserDataUnregisteredMeta
fn clone(&self) -> GstVideoSEIUserDataUnregisteredMeta
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 moreimpl Copy for GstVideoSEIUserDataUnregisteredMeta
Auto Trait Implementations§
impl Freeze for GstVideoSEIUserDataUnregisteredMeta
impl RefUnwindSafe for GstVideoSEIUserDataUnregisteredMeta
impl !Send for GstVideoSEIUserDataUnregisteredMeta
impl !Sync for GstVideoSEIUserDataUnregisteredMeta
impl Unpin for GstVideoSEIUserDataUnregisteredMeta
impl UnwindSafe for GstVideoSEIUserDataUnregisteredMeta
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
)