Enum webrtc_ice::state::GatheringState
source · [−]pub enum GatheringState {
Unspecified,
New,
Gathering,
Complete,
}
Expand description
Describes the state of the candidate gathering process.
Variants
Unspecified
New
Indicates candidate gathering is not yet started.
Gathering
Indicates candidate gathering is ongoing.
Complete
Indicates candidate gathering has been completed.
Trait Implementations
sourceimpl Clone for GatheringState
impl Clone for GatheringState
sourcefn clone(&self) -> GatheringState
fn clone(&self) -> GatheringState
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Default for GatheringState
impl Default for GatheringState
sourceimpl Display for GatheringState
impl Display for GatheringState
sourceimpl From<u8> for GatheringState
impl From<u8> for GatheringState
sourceimpl PartialEq<GatheringState> for GatheringState
impl PartialEq<GatheringState> for GatheringState
impl Copy for GatheringState
impl StructuralPartialEq for GatheringState
Auto Trait Implementations
impl RefUnwindSafe for GatheringState
impl Send for GatheringState
impl Sync for GatheringState
impl Unpin for GatheringState
impl UnwindSafe for GatheringState
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more