Struct gstreamer_mpegts_sys::GstMpegtsContent [−][src]
#[repr(C)]pub struct GstMpegtsContent { pub content_nibble_1: GstMpegtsContentNibbleHi, pub content_nibble_2: u8, pub user_byte: u8, }
Fields
content_nibble_1: GstMpegtsContentNibbleHicontent_nibble_2: u8user_byte: u8Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GstMpegtsContentimpl Send for GstMpegtsContentimpl Sync for GstMpegtsContentimpl Unpin for GstMpegtsContentimpl UnwindSafe for GstMpegtsContentBlanket Implementations
Mutably borrows from an owned value. Read more