pub struct UseCandidate;
Expand description
The USE-CANDIDATE attribute indicates that the candidate pair resulting from this check will be used for transmission of data. The attribute has no content (the Length field of the attribute is zero); it serves as a flag. It has an attribute value of 0x0025..
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UseCandidate
impl RefUnwindSafe for UseCandidate
impl Send for UseCandidate
impl Sync for UseCandidate
impl Unpin for UseCandidate
impl UnwindSafe for UseCandidate
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