Struct webrtc_ice::use_candidate::UseCandidateAttr
source · pub struct UseCandidateAttr;
Expand description
Represents USE-CANDIDATE attribute.
Implementations
Trait Implementations
sourceimpl Default for UseCandidateAttr
impl Default for UseCandidateAttr
sourcefn default() -> UseCandidateAttr
fn default() -> UseCandidateAttr
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for UseCandidateAttr
impl Send for UseCandidateAttr
impl Sync for UseCandidateAttr
impl Unpin for UseCandidateAttr
impl UnwindSafe for UseCandidateAttr
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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