#[repr(C)]pub struct RiceGatheredCandidate {
pub candidate: RiceCandidate,
pub turn_agent: *mut c_void,
}Expand description
A local candidate that has been gathered.
Fields§
§candidate: RiceCandidate§turn_agent: *mut c_voidTrait Implementations§
Auto Trait Implementations§
impl Freeze for RiceGatheredCandidate
impl RefUnwindSafe for RiceGatheredCandidate
impl !Send for RiceGatheredCandidate
impl !Sync for RiceGatheredCandidate
impl Unpin for RiceGatheredCandidate
impl UnwindSafe for RiceGatheredCandidate
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