#[repr(C)]pub struct AgentGatheredCandidate {
pub stream_id: usize,
pub gathered: GatheredCandidate,
}Expand description
A Component has gathered a candidate.
Fields§
§stream_id: usizeThe ICE stream id.
gathered: GatheredCandidateThe gathered candidate.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AgentGatheredCandidate
impl RefUnwindSafe for AgentGatheredCandidate
impl !Send for AgentGatheredCandidate
impl !Sync for AgentGatheredCandidate
impl Unpin for AgentGatheredCandidate
impl UnwindSafe for AgentGatheredCandidate
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