#[repr(C)]pub struct GstMpegtsT2DeliverySystemDescriptor {
pub plp_id: u8,
pub t2_system_id: u16,
pub siso_miso: u8,
pub bandwidth: u32,
pub guard_interval: GstMpegtsTerrestrialGuardInterval,
pub transmission_mode: GstMpegtsTerrestrialTransmissionMode,
pub other_frequency: gboolean,
pub tfs: gboolean,
pub cells: *mut GPtrArray,
}
Fields§
§plp_id: u8
§t2_system_id: u16
§siso_miso: u8
§bandwidth: u32
§guard_interval: GstMpegtsTerrestrialGuardInterval
§transmission_mode: GstMpegtsTerrestrialTransmissionMode
§other_frequency: gboolean
§tfs: gboolean
§cells: *mut GPtrArray
Trait Implementations§
source§impl Clone for GstMpegtsT2DeliverySystemDescriptor
impl Clone for GstMpegtsT2DeliverySystemDescriptor
source§fn clone(&self) -> GstMpegtsT2DeliverySystemDescriptor
fn clone(&self) -> GstMpegtsT2DeliverySystemDescriptor
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 GstMpegtsT2DeliverySystemDescriptor
Auto Trait Implementations§
impl Freeze for GstMpegtsT2DeliverySystemDescriptor
impl RefUnwindSafe for GstMpegtsT2DeliverySystemDescriptor
impl !Send for GstMpegtsT2DeliverySystemDescriptor
impl !Sync for GstMpegtsT2DeliverySystemDescriptor
impl Unpin for GstMpegtsT2DeliverySystemDescriptor
impl UnwindSafe for GstMpegtsT2DeliverySystemDescriptor
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: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)