#[repr(C)]pub struct GstWebRTCICECandidateStats {
pub ipaddr: *mut c_char,
pub port: c_uint,
pub stream_id: c_uint,
pub type_: *const c_char,
pub proto: *const c_char,
pub relay_proto: *const c_char,
pub prio: c_uint,
pub url: *mut c_char,
pub _gst_reserved: [gpointer; 20],
}
Fields§
§ipaddr: *mut c_char
§port: c_uint
§stream_id: c_uint
§type_: *const c_char
§proto: *const c_char
§relay_proto: *const c_char
§prio: c_uint
§url: *mut c_char
§_gst_reserved: [gpointer; 20]
Trait Implementations§
source§impl Clone for GstWebRTCICECandidateStats
impl Clone for GstWebRTCICECandidateStats
source§fn clone(&self) -> GstWebRTCICECandidateStats
fn clone(&self) -> GstWebRTCICECandidateStats
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 moresource§impl Debug for GstWebRTCICECandidateStats
impl Debug for GstWebRTCICECandidateStats
impl Copy for GstWebRTCICECandidateStats
Auto Trait Implementations§
impl Freeze for GstWebRTCICECandidateStats
impl RefUnwindSafe for GstWebRTCICECandidateStats
impl !Send for GstWebRTCICECandidateStats
impl !Sync for GstWebRTCICECandidateStats
impl Unpin for GstWebRTCICECandidateStats
impl UnwindSafe for GstWebRTCICECandidateStats
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
)