#[repr(C)]pub struct GstWebRTCICECandidatePair {
pub local: *mut GstWebRTCICECandidate,
pub remote: *mut GstWebRTCICECandidate,
}Fields§
§local: *mut GstWebRTCICECandidate§remote: *mut GstWebRTCICECandidateTrait Implementations§
Source§impl Clone for GstWebRTCICECandidatePair
impl Clone for GstWebRTCICECandidatePair
Source§fn clone(&self) -> GstWebRTCICECandidatePair
fn clone(&self) -> GstWebRTCICECandidatePair
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 GstWebRTCICECandidatePair
impl Debug for GstWebRTCICECandidatePair
impl Copy for GstWebRTCICECandidatePair
Auto Trait Implementations§
impl Freeze for GstWebRTCICECandidatePair
impl RefUnwindSafe for GstWebRTCICECandidatePair
impl !Send for GstWebRTCICECandidatePair
impl !Sync for GstWebRTCICECandidatePair
impl Unpin for GstWebRTCICECandidatePair
impl UnwindSafe for GstWebRTCICECandidatePair
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