pub struct XorPeerAddress;
Expand description
The XOR-PEER-ADDRESS specifies the address and port of the peer as seen from the TURN server. (For example, the peer’s server-reflexive transport address if the peer is behind a NAT.) It is encoded in the same way as XOR-MAPPED-ADDRESS RFC5389.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for XorPeerAddress
impl RefUnwindSafe for XorPeerAddress
impl Send for XorPeerAddress
impl Sync for XorPeerAddress
impl Unpin for XorPeerAddress
impl UnwindSafe for XorPeerAddress
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