Struct gdnative_bindings::upnp::UpnpResult [−][src]
Implementations
impl UpnpResult[src]
pub const SUCCESS: UpnpResult[src]
pub const NOT_AUTHORIZED: UpnpResult[src]
pub const PORT_MAPPING_NOT_FOUND: UpnpResult[src]
pub const INCONSISTENT_PARAMETERS: UpnpResult[src]
pub const NO_SUCH_ENTRY_IN_ARRAY: UpnpResult[src]
pub const ACTION_FAILED: UpnpResult[src]
pub const SRC_IP_WILDCARD_NOT_PERMITTED: UpnpResult[src]
pub const EXT_PORT_WILDCARD_NOT_PERMITTED: UpnpResult[src]
pub const INT_PORT_WILDCARD_NOT_PERMITTED: UpnpResult[src]
pub const REMOTE_HOST_MUST_BE_WILDCARD: UpnpResult[src]
pub const EXT_PORT_MUST_BE_WILDCARD: UpnpResult[src]
pub const NO_PORT_MAPS_AVAILABLE: UpnpResult[src]
pub const CONFLICT_WITH_OTHER_MECHANISM: UpnpResult[src]
pub const CONFLICT_WITH_OTHER_MAPPING: UpnpResult[src]
pub const SAME_PORT_VALUES_REQUIRED: UpnpResult[src]
pub const ONLY_PERMANENT_LEASE_SUPPORTED: UpnpResult[src]
pub const INVALID_GATEWAY: UpnpResult[src]
pub const INVALID_PORT: UpnpResult[src]
pub const INVALID_PROTOCOL: UpnpResult[src]
pub const INVALID_DURATION: UpnpResult[src]
pub const INVALID_ARGS: UpnpResult[src]
pub const INVALID_RESPONSE: UpnpResult[src]
pub const INVALID_PARAM: UpnpResult[src]
pub const HTTP_ERROR: UpnpResult[src]
pub const SOCKET_ERROR: UpnpResult[src]
pub const MEM_ALLOC_ERROR: UpnpResult[src]
pub const NO_GATEWAY: UpnpResult[src]
pub const NO_DEVICES: UpnpResult[src]
pub const UNKNOWN_ERROR: UpnpResult[src]
Trait Implementations
impl Clone for UpnpResult[src]
fn clone(&self) -> UpnpResult[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for UpnpResult[src]
impl Debug for UpnpResult[src]
impl Eq for UpnpResult[src]
impl From<i64> for UpnpResult[src]
impl Hash for UpnpResult[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl Ord for UpnpResult[src]
fn cmp(&self, other: &UpnpResult) -> Ordering[src]
#[must_use]pub fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn clamp(self, min: Self, max: Self) -> Self1.50.0[src]
impl PartialEq<UpnpResult> for UpnpResult[src]
fn eq(&self, other: &UpnpResult) -> bool[src]
fn ne(&self, other: &UpnpResult) -> bool[src]
impl PartialOrd<UpnpResult> for UpnpResult[src]
fn partial_cmp(&self, other: &UpnpResult) -> Option<Ordering>[src]
fn lt(&self, other: &UpnpResult) -> bool[src]
fn le(&self, other: &UpnpResult) -> bool[src]
fn gt(&self, other: &UpnpResult) -> bool[src]
fn ge(&self, other: &UpnpResult) -> bool[src]
impl StructuralEq for UpnpResult[src]
impl StructuralPartialEq for UpnpResult[src]
Auto Trait Implementations
impl RefUnwindSafe for UpnpResult[src]
impl Send for UpnpResult[src]
impl Sync for UpnpResult[src]
impl Unpin for UpnpResult[src]
impl UnwindSafe for UpnpResult[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> CallHasher for T where
T: Hash + ?Sized,
T: Hash + ?Sized,
pub default fn get_hash<H, B>(value: &H, build_hasher: &B) -> u64 where
B: BuildHasher,
H: Hash + ?Sized,
B: BuildHasher,
H: Hash + ?Sized,
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
pub fn equivalent(&self, key: &K) -> bool[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,