#[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_void#[repr(C)]pub struct RiceGatheredCandidate {
pub candidate: RiceCandidate,
pub turn_agent: *mut c_void,
}A local candidate that has been gathered.
candidate: RiceCandidate§turn_agent: *mut c_void