#[repr(C)]pub struct RiceAgentGatheringComplete {
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§
Source§impl Clone for RiceAgentGatheringComplete
impl Clone for RiceAgentGatheringComplete
Source§fn clone(&self) -> RiceAgentGatheringComplete
fn clone(&self) -> RiceAgentGatheringComplete
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RiceAgentGatheringComplete
impl Debug for RiceAgentGatheringComplete
impl Copy for RiceAgentGatheringComplete
Auto Trait Implementations§
impl Freeze for RiceAgentGatheringComplete
impl RefUnwindSafe for RiceAgentGatheringComplete
impl Send for RiceAgentGatheringComplete
impl Sync for RiceAgentGatheringComplete
impl Unpin for RiceAgentGatheringComplete
impl UnwindSafe for RiceAgentGatheringComplete
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