#[repr(C)]pub struct GstMpegtsT2DeliverySystemCell {
pub cell_id: u16,
pub centre_frequencies: *mut GArray,
pub sub_cells: *mut GPtrArray,
}
Fields§
§cell_id: u16
§centre_frequencies: *mut GArray
§sub_cells: *mut GPtrArray
Trait Implementations§
source§impl Clone for GstMpegtsT2DeliverySystemCell
impl Clone for GstMpegtsT2DeliverySystemCell
source§fn clone(&self) -> GstMpegtsT2DeliverySystemCell
fn clone(&self) -> GstMpegtsT2DeliverySystemCell
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 GstMpegtsT2DeliverySystemCell
Auto Trait Implementations§
impl Freeze for GstMpegtsT2DeliverySystemCell
impl RefUnwindSafe for GstMpegtsT2DeliverySystemCell
impl !Send for GstMpegtsT2DeliverySystemCell
impl !Sync for GstMpegtsT2DeliverySystemCell
impl Unpin for GstMpegtsT2DeliverySystemCell
impl UnwindSafe for GstMpegtsT2DeliverySystemCell
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
)