#[repr(C)]pub struct GstMpegtsT2DeliverySystemCellExtension {
pub cell_id_extension: u8,
pub transposer_frequency: u32,
}
Fields§
§cell_id_extension: u8
§transposer_frequency: u32
Trait Implementations§
source§impl Clone for GstMpegtsT2DeliverySystemCellExtension
impl Clone for GstMpegtsT2DeliverySystemCellExtension
source§fn clone(&self) -> GstMpegtsT2DeliverySystemCellExtension
fn clone(&self) -> GstMpegtsT2DeliverySystemCellExtension
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 GstMpegtsT2DeliverySystemCellExtension
Auto Trait Implementations§
impl Freeze for GstMpegtsT2DeliverySystemCellExtension
impl RefUnwindSafe for GstMpegtsT2DeliverySystemCellExtension
impl Send for GstMpegtsT2DeliverySystemCellExtension
impl Sync for GstMpegtsT2DeliverySystemCellExtension
impl Unpin for GstMpegtsT2DeliverySystemCellExtension
impl UnwindSafe for GstMpegtsT2DeliverySystemCellExtension
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
)