#[repr(C)]pub struct GstMpegtsCableDeliverySystemDescriptor {
pub frequency: u32,
pub outer_fec: GstMpegtsCableOuterFECScheme,
pub modulation: GstMpegtsModulationType,
pub symbol_rate: u32,
pub fec_inner: GstMpegtsDVBCodeRate,
}
Fields§
§frequency: u32
§outer_fec: GstMpegtsCableOuterFECScheme
§modulation: GstMpegtsModulationType
§symbol_rate: u32
§fec_inner: GstMpegtsDVBCodeRate
Trait Implementations§
source§impl Clone for GstMpegtsCableDeliverySystemDescriptor
impl Clone for GstMpegtsCableDeliverySystemDescriptor
source§fn clone(&self) -> GstMpegtsCableDeliverySystemDescriptor
fn clone(&self) -> GstMpegtsCableDeliverySystemDescriptor
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 GstMpegtsCableDeliverySystemDescriptor
Auto Trait Implementations§
impl Freeze for GstMpegtsCableDeliverySystemDescriptor
impl RefUnwindSafe for GstMpegtsCableDeliverySystemDescriptor
impl Send for GstMpegtsCableDeliverySystemDescriptor
impl Sync for GstMpegtsCableDeliverySystemDescriptor
impl Unpin for GstMpegtsCableDeliverySystemDescriptor
impl UnwindSafe for GstMpegtsCableDeliverySystemDescriptor
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
)