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