#[repr(C)]pub struct GstMpegtsSatelliteDeliverySystemDescriptor {
pub frequency: u32,
pub orbital_position: c_float,
pub west_east: gboolean,
pub polarization: GstMpegtsSatellitePolarizationType,
pub roll_off: GstMpegtsSatelliteRolloff,
pub modulation_system: gboolean,
pub modulation_type: GstMpegtsModulationType,
pub symbol_rate: u32,
pub fec_inner: GstMpegtsDVBCodeRate,
}
Fields§
§frequency: u32
§orbital_position: c_float
§west_east: gboolean
§polarization: GstMpegtsSatellitePolarizationType
§roll_off: GstMpegtsSatelliteRolloff
§modulation_system: gboolean
§modulation_type: GstMpegtsModulationType
§symbol_rate: u32
§fec_inner: GstMpegtsDVBCodeRate
Trait Implementations§
source§impl Clone for GstMpegtsSatelliteDeliverySystemDescriptor
impl Clone for GstMpegtsSatelliteDeliverySystemDescriptor
source§fn clone(&self) -> GstMpegtsSatelliteDeliverySystemDescriptor
fn clone(&self) -> GstMpegtsSatelliteDeliverySystemDescriptor
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 GstMpegtsSatelliteDeliverySystemDescriptor
Auto Trait Implementations§
impl Freeze for GstMpegtsSatelliteDeliverySystemDescriptor
impl RefUnwindSafe for GstMpegtsSatelliteDeliverySystemDescriptor
impl Send for GstMpegtsSatelliteDeliverySystemDescriptor
impl Sync for GstMpegtsSatelliteDeliverySystemDescriptor
impl Unpin for GstMpegtsSatelliteDeliverySystemDescriptor
impl UnwindSafe for GstMpegtsSatelliteDeliverySystemDescriptor
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
)