#[repr(C)]pub struct GstMpegtsCableDeliverySystemDescriptor {
pub frequency: u32,
pub outer_fec: i32,
pub modulation: i32,
pub symbol_rate: u32,
pub fec_inner: i32,
}Fields§
§frequency: u32§outer_fec: i32§modulation: i32§symbol_rate: u32§fec_inner: i32Trait 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> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more