#[repr(u8)]pub enum ATYP {
V4 = 1,
DomainName = 3,
V6 = 4,
}Expand description
Represents the address type in SOCKS5 messages.
Variants§
Trait Implementations§
impl Copy for ATYP
impl Eq for ATYP
impl StructuralPartialEq for ATYP
Auto Trait Implementations§
impl Freeze for ATYP
impl RefUnwindSafe for ATYP
impl Send for ATYP
impl Sync for ATYP
impl Unpin for ATYP
impl UnwindSafe for ATYP
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