pub struct ProxyRes(pub Status);
Expand description
+––+—–+—––+——+–––––+–––––+ |VER | REP | RSV | ATYP | BND.ADDR | BND.PORT | +––+—–+—––+——+–––––+–––––+ | 1 | 1 | X’00’ | 1 | Variable | 2 | +––+—–+—––+——+–––––+–––––+
Tuple Fields§
§0: Status
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProxyRes
impl RefUnwindSafe for ProxyRes
impl Send for ProxyRes
impl Sync for ProxyRes
impl Unpin for ProxyRes
impl UnwindSafe for ProxyRes
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