pub struct GstMpegtsT2DeliverySystemCellExtension {
pub cell_id_extension: u8,
pub transposer_frequency: u32,
}Fields
cell_id_extension: u8transposer_frequency: u32Trait Implementations
sourceimpl Clone for GstMpegtsT2DeliverySystemCellExtension
impl Clone for GstMpegtsT2DeliverySystemCellExtension
sourcefn clone(&self) -> GstMpegtsT2DeliverySystemCellExtension
fn clone(&self) -> GstMpegtsT2DeliverySystemCellExtension
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 GstMpegtsT2DeliverySystemCellExtension
Auto Trait Implementations
impl RefUnwindSafe for GstMpegtsT2DeliverySystemCellExtension
impl Send for GstMpegtsT2DeliverySystemCellExtension
impl Sync for GstMpegtsT2DeliverySystemCellExtension
impl Unpin for GstMpegtsT2DeliverySystemCellExtension
impl UnwindSafe for GstMpegtsT2DeliverySystemCellExtension
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