#[repr(C)]pub struct GstMpegtsDataBroadcastDescriptor {
pub data_broadcast_id: u16,
pub component_tag: u8,
pub length: u8,
pub selector_bytes: *mut u8,
pub language_code: *mut c_char,
pub text: *mut c_char,
}
Fields§
§data_broadcast_id: u16
§component_tag: u8
§length: u8
§selector_bytes: *mut u8
§language_code: *mut c_char
§text: *mut c_char
Trait Implementations§
source§impl Clone for GstMpegtsDataBroadcastDescriptor
impl Clone for GstMpegtsDataBroadcastDescriptor
source§fn clone(&self) -> GstMpegtsDataBroadcastDescriptor
fn clone(&self) -> GstMpegtsDataBroadcastDescriptor
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 GstMpegtsDataBroadcastDescriptor
Auto Trait Implementations§
impl Freeze for GstMpegtsDataBroadcastDescriptor
impl RefUnwindSafe for GstMpegtsDataBroadcastDescriptor
impl !Send for GstMpegtsDataBroadcastDescriptor
impl !Sync for GstMpegtsDataBroadcastDescriptor
impl Unpin for GstMpegtsDataBroadcastDescriptor
impl UnwindSafe for GstMpegtsDataBroadcastDescriptor
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
)