Enum webrtc_util::vnet::nat::EndpointDependencyType [−][src]
pub enum EndpointDependencyType { EndpointIndependent, EndpointAddrDependent, EndpointAddrPortDependent, }
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EndpointDependencyType
impl Send for EndpointDependencyType
impl Sync for EndpointDependencyType
impl Unpin for EndpointDependencyType
impl UnwindSafe for EndpointDependencyType
Blanket Implementations
Mutably borrows from an owned value. Read more