Struct GstMpegts Extended Event Item
Source #[repr(C)]pub struct GstMpegtsExtendedEventItem {
pub item_description: *mut c_char,
pub item: *mut c_char,
}Fields§
§item_description: *mut c_char§item: *mut c_charTrait Implementations§
Source§impl Clone for GstMpegtsExtendedEventItem
impl Clone for GstMpegtsExtendedEventItem
Source§fn clone(&self) -> GstMpegtsExtendedEventItem
fn clone(&self) -> GstMpegtsExtendedEventItem
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 GstMpegtsExtendedEventItem
Auto Trait Implementations§
impl !Send for GstMpegtsExtendedEventItem
impl !Sync for GstMpegtsExtendedEventItem
impl Freeze for GstMpegtsExtendedEventItem
impl RefUnwindSafe for GstMpegtsExtendedEventItem
impl Unpin for GstMpegtsExtendedEventItem
impl UnsafeUnpin for GstMpegtsExtendedEventItem
impl UnwindSafe for GstMpegtsExtendedEventItem
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