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
SuccessNotAuthorizedPortMappingNotFoundInconsistentParametersNoSuchEntryInArrayActionFailedSrcIpWildcardNotPermittedExtPortWildcardNotPermittedIntPortWildcardNotPermittedRemoteHostMustBeWildcardExtPortMustBeWildcardNoPortMapsAvailableConflictWithOtherMechanismConflictWithOtherMappingSamePortValuesRequiredOnlyPermanentLeaseSupportedInvalidGatewayInvalidPortInvalidProtocolInvalidDurationInvalidArgsInvalidResponseInvalidParamHttpErrorSocketErrorMemAllocErrorNoGatewayNoDevicesUnknownError
Trait Implementations
impl Copy for UPNPUPNPResult[src]
impl Copy for UPNPUPNPResultimpl Clone for UPNPUPNPResult[src]
impl Clone for UPNPUPNPResultfn clone(&self) -> UPNPUPNPResult[src]
fn clone(&self) -> UPNPUPNPResultReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for UPNPUPNPResult[src]
impl Debug for UPNPUPNPResultfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for UPNPUPNPResult[src]
impl PartialEq for UPNPUPNPResultfn eq(&self, other: &UPNPUPNPResult) -> bool[src]
fn eq(&self, other: &UPNPUPNPResult) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for UPNPUPNPResult[src]
impl Eq for UPNPUPNPResultimpl Hash for UPNPUPNPResult[src]
impl Hash for UPNPUPNPResultAuto Trait Implementations
impl Send for UPNPUPNPResult
impl Send for UPNPUPNPResultimpl Sync for UPNPUPNPResult
impl Sync for UPNPUPNPResult