Enum stun_rs::AddressFamily
source · [−]pub enum AddressFamily {
IPv4,
IPv6,
}Expand description
Address family
Variants
IPv4
IP version 4
IPv6
IP version 6
Trait Implementations
sourceimpl Clone for AddressFamily
impl Clone for AddressFamily
sourcefn clone(&self) -> AddressFamily
fn clone(&self) -> AddressFamily
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AddressFamily
impl Debug for AddressFamily
sourceimpl PartialEq<AddressFamily> for AddressFamily
impl PartialEq<AddressFamily> for AddressFamily
sourcefn eq(&self, other: &AddressFamily) -> bool
fn eq(&self, other: &AddressFamily) -> bool
sourceimpl TryFrom<u8> for AddressFamily
impl TryFrom<u8> for AddressFamily
impl Copy for AddressFamily
impl Eq for AddressFamily
impl StructuralEq for AddressFamily
impl StructuralPartialEq for AddressFamily
Auto Trait Implementations
impl RefUnwindSafe for AddressFamily
impl Send for AddressFamily
impl Sync for AddressFamily
impl Unpin for AddressFamily
impl UnwindSafe for AddressFamily
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more