#[repr(C)]pub struct GstMpegtsDVBLinkageMobileHandOver {
pub hand_over_type: GstMpegtsDVBLinkageHandOverType,
pub origin_type: gboolean,
pub network_id: u16,
pub initial_service_id: u16,
}
Fields§
§hand_over_type: GstMpegtsDVBLinkageHandOverType
§origin_type: gboolean
§network_id: u16
§initial_service_id: u16
Trait Implementations§
source§impl Clone for GstMpegtsDVBLinkageMobileHandOver
impl Clone for GstMpegtsDVBLinkageMobileHandOver
source§fn clone(&self) -> GstMpegtsDVBLinkageMobileHandOver
fn clone(&self) -> GstMpegtsDVBLinkageMobileHandOver
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 GstMpegtsDVBLinkageMobileHandOver
Auto Trait Implementations§
impl Freeze for GstMpegtsDVBLinkageMobileHandOver
impl RefUnwindSafe for GstMpegtsDVBLinkageMobileHandOver
impl Send for GstMpegtsDVBLinkageMobileHandOver
impl Sync for GstMpegtsDVBLinkageMobileHandOver
impl Unpin for GstMpegtsDVBLinkageMobileHandOver
impl UnwindSafe for GstMpegtsDVBLinkageMobileHandOver
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
)