#[repr(C)]pub struct GstWebRTCICECandidate {
pub candidate: *mut c_char,
pub component: c_int,
pub sdp_mid: *mut c_char,
pub sdp_mline_index: c_int,
pub stats: *mut GstWebRTCICECandidateStats,
pub _gst_reserved: [gpointer; 20],
}Fields§
§candidate: *mut c_char§component: c_int§sdp_mid: *mut c_char§sdp_mline_index: c_int§stats: *mut GstWebRTCICECandidateStats§_gst_reserved: [gpointer; 20]Trait Implementations§
Source§impl Clone for GstWebRTCICECandidate
impl Clone for GstWebRTCICECandidate
Source§fn clone(&self) -> GstWebRTCICECandidate
fn clone(&self) -> GstWebRTCICECandidate
Returns a duplicate 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 GstWebRTCICECandidate
impl Debug for GstWebRTCICECandidate
impl Copy for GstWebRTCICECandidate
Auto Trait Implementations§
impl Freeze for GstWebRTCICECandidate
impl RefUnwindSafe for GstWebRTCICECandidate
impl !Send for GstWebRTCICECandidate
impl !Sync for GstWebRTCICECandidate
impl Unpin for GstWebRTCICECandidate
impl UnwindSafe for GstWebRTCICECandidate
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