Enum bitcoin_proxy::SOCKS5Atyp
source · #[repr(u8)]
pub enum SOCKS5Atyp {
IPV4,
DOMAINNAME,
IPV6,
}
Expand description
| Values defined for ATYPE in RFC1928 |
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for SOCKS5Atyp
impl Send for SOCKS5Atyp
impl Sync for SOCKS5Atyp
impl Unpin for SOCKS5Atyp
impl UnwindSafe for SOCKS5Atyp
Blanket Implementations§
§impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
impl<T, U> CastInto<U> for Twhere U: CastFrom<T>,
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> StaticUpcast<T> for T
impl<T> StaticUpcast<T> for T
§unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
Convert type of a const pointer. Read more