#[repr(C)]pub struct AgentGatheringComplete {
pub stream_id: usize,
pub component_id: usize,
}Expand description
A Component has completed gathering.
Fields§
§stream_id: usizeThe ICE stream id.
component_id: usizeThe ICE component id.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AgentGatheringComplete
impl RefUnwindSafe for AgentGatheringComplete
impl Send for AgentGatheringComplete
impl Sync for AgentGatheringComplete
impl Unpin for AgentGatheringComplete
impl UnwindSafe for AgentGatheringComplete
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