Enum gdnative_network::UPNPUPNPResult[][src]

#[repr(u32)]
pub enum UPNPUPNPResult { Success, NotAuthorized, PortMappingNotFound, InconsistentParameters, NoSuchEntryInArray, ActionFailed, SrcIpWildcardNotPermitted, ExtPortWildcardNotPermitted, IntPortWildcardNotPermitted, RemoteHostMustBeWildcard, ExtPortMustBeWildcard, NoPortMapsAvailable, ConflictWithOtherMechanism, ConflictWithOtherMapping, SamePortValuesRequired, OnlyPermanentLeaseSupported, InvalidGateway, InvalidPort, InvalidProtocol, InvalidDuration, InvalidArgs, InvalidResponse, InvalidParam, HttpError, SocketError, MemAllocError, NoGateway, NoDevices, UnknownError, }

Variants

Trait Implementations

impl Copy for UPNPUPNPResult
[src]

impl Clone for UPNPUPNPResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UPNPUPNPResult
[src]

Formats the value using the given formatter. Read more

impl PartialEq for UPNPUPNPResult
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for UPNPUPNPResult
[src]

impl Hash for UPNPUPNPResult
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations