pub struct GstMpegtsT2DeliverySystemDescriptor {
pub plp_id: u8,
pub t2_system_id: u16,
pub siso_miso: u8,
pub bandwidth: u32,
pub guard_interval: i32,
pub transmission_mode: i32,
pub other_frequency: i32,
pub tfs: i32,
pub cells: *mut GPtrArray,
}Fields
plp_id: u8t2_system_id: u16siso_miso: u8bandwidth: u32guard_interval: i32transmission_mode: i32other_frequency: i32tfs: i32cells: *mut GPtrArrayTrait Implementations
sourceimpl Clone for GstMpegtsT2DeliverySystemDescriptor
impl Clone for GstMpegtsT2DeliverySystemDescriptor
sourcefn clone(&self) -> GstMpegtsT2DeliverySystemDescriptor
fn clone(&self) -> GstMpegtsT2DeliverySystemDescriptor
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GstMpegtsT2DeliverySystemDescriptor
Auto Trait Implementations
impl RefUnwindSafe for GstMpegtsT2DeliverySystemDescriptor
impl !Send for GstMpegtsT2DeliverySystemDescriptor
impl !Sync for GstMpegtsT2DeliverySystemDescriptor
impl Unpin for GstMpegtsT2DeliverySystemDescriptor
impl UnwindSafe for GstMpegtsT2DeliverySystemDescriptor
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more