#[repr(C)]pub struct GstMpegtsSCTESpliceComponent {
pub tag: u8,
pub splice_time_specified: gboolean,
pub splice_time: u64,
pub utc_splice_time: u32,
}
Fields
tag: u8
splice_time_specified: gboolean
splice_time: u64
utc_splice_time: u32
Trait Implementations
Auto Trait Implementations
impl Send for GstMpegtsSCTESpliceComponent
impl Sync for GstMpegtsSCTESpliceComponent
impl Unpin for GstMpegtsSCTESpliceComponent
impl UnwindSafe for GstMpegtsSCTESpliceComponent
Blanket Implementations
Mutably borrows from an owned value. Read more