Struct web_sys::NetworkCommandOptions [−][src]
#[repr(transparent)]pub struct NetworkCommandOptions { /* fields omitted */ }
Expand description
The NetworkCommandOptions dictionary.
This API requires the following crate features to be activated: NetworkCommandOptions
Implementations
Construct a new NetworkCommandOptions.
This API requires the following crate features to be activated: NetworkCommandOptions
Change the cmd field of this object.
This API requires the following crate features to be activated: NetworkCommandOptions
Change the curExternalIfname field of this object.
This API requires the following crate features to be activated: NetworkCommandOptions
Change the curInternalIfname field of this object.
This API requires the following crate features to be activated: NetworkCommandOptions
Change the dns1 field of this object.
This API requires the following crate features to be activated: NetworkCommandOptions
Change the dns1_long field of this object.
This API requires the following crate features to be activated: NetworkCommandOptions
Change the dns2 field of this object.
This API requires the following crate features to be activated: NetworkCommandOptions
Change the dns2_long field of this object.
This API requires the following crate features to be activated: NetworkCommandOptions
Change the dnses field of this object.
This API requires the following crate features to be activated: NetworkCommandOptions
Change the domain field of this object.
This API requires the following crate features to be activated: NetworkCommandOptions
Change the enable field of this object.
This API requires the following crate features to be activated: NetworkCommandOptions
Change the enabled field of this object.
This API requires the following crate features to be activated: NetworkCommandOptions
Change the endIp field of this object.
This API requires the following crate features to be activated: NetworkCommandOptions
Change the externalIfname field of this object.
This API requires the following crate features to be activated: NetworkCommandOptions
Change the gateway field of this object.
This API requires the following crate features to be activated: NetworkCommandOptions
Change the gateway_long field of this object.
This API requires the following crate features to be activated: NetworkCommandOptions
Change the gateways field of this object.
This API requires the following crate features to be activated: NetworkCommandOptions
Change the id field of this object.
This API requires the following crate features to be activated: NetworkCommandOptions
Change the ifname field of this object.
This API requires the following crate features to be activated: NetworkCommandOptions
Change the interfaceList field of this object.
This API requires the following crate features to be activated: NetworkCommandOptions
Change the internalIfname field of this object.
This API requires the following crate features to be activated: NetworkCommandOptions
Change the ip field of this object.
This API requires the following crate features to be activated: NetworkCommandOptions
Change the ipaddr field of this object.
This API requires the following crate features to be activated: NetworkCommandOptions
Change the key field of this object.
This API requires the following crate features to be activated: NetworkCommandOptions
Change the link field of this object.
This API requires the following crate features to be activated: NetworkCommandOptions
Change the mask field of this object.
This API requires the following crate features to be activated: NetworkCommandOptions
Change the maskLength field of this object.
This API requires the following crate features to be activated: NetworkCommandOptions
Change the mode field of this object.
This API requires the following crate features to be activated: NetworkCommandOptions
Change the mtu field of this object.
This API requires the following crate features to be activated: NetworkCommandOptions
Change the preExternalIfname field of this object.
This API requires the following crate features to be activated: NetworkCommandOptions
Change the preInternalIfname field of this object.
This API requires the following crate features to be activated: NetworkCommandOptions
Change the prefix field of this object.
This API requires the following crate features to be activated: NetworkCommandOptions
Change the prefixLength field of this object.
This API requires the following crate features to be activated: NetworkCommandOptions
Change the report field of this object.
This API requires the following crate features to be activated: NetworkCommandOptions
Change the security field of this object.
This API requires the following crate features to be activated: NetworkCommandOptions
Change the serverIp field of this object.
This API requires the following crate features to be activated: NetworkCommandOptions
Change the ssid field of this object.
This API requires the following crate features to be activated: NetworkCommandOptions
Change the startIp field of this object.
This API requires the following crate features to be activated: NetworkCommandOptions
Change the threshold field of this object.
This API requires the following crate features to be activated: NetworkCommandOptions
Change the usbEndIp field of this object.
This API requires the following crate features to be activated: NetworkCommandOptions
Change the usbStartIp field of this object.
This API requires the following crate features to be activated: NetworkCommandOptions
Change the wifiEndIp field of this object.
This API requires the following crate features to be activated: NetworkCommandOptions
Change the wifiStartIp field of this object.
This API requires the following crate features to be activated: NetworkCommandOptions
Change the wifictrlinterfacename field of this object.
This API requires the following crate features to be activated: NetworkCommandOptions
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs a dynamic instanceof check to see whether the JsValue
provided is an instance of this type. Read more
Performs a zero-cost unchecked conversion from a JsValue into an
instance of Self Read more
Performs a zero-cost unchecked conversion from a &JsValue into an
instance of &Self. Read more
Test whether this JS value has a type T. Read more
Performs a dynamic cast (checked at runtime) of this value into the
target type T. Read more
Performs a dynamic cast (checked at runtime) of this value into the
target type T. Read more
Performs a zero-cost unchecked cast into the specified type. Read more
Performs a zero-cost unchecked cast into a reference to the specified type. Read more
Test whether this JS value is an instance of the type T. Read more
Performs a dynamic check to see whether the JsValue provided
is a value of this type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
type Abi = <JsValue as RefFromWasmAbi>::Abi
type Abi = <JsValue as RefFromWasmAbi>::Abi
The wasm ABI type references to Self are recovered from.
type Anchor = ManuallyDrop<NetworkCommandOptions>
type Anchor = ManuallyDrop<NetworkCommandOptions>
The type that holds the reference to Self for the duration of the
invocation of the function that has an &Self parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous. Read more
Recover a Self::Anchor from Self::Abi. Read more
Auto Trait Implementations
impl RefUnwindSafe for NetworkCommandOptions
impl !Send for NetworkCommandOptions
impl !Sync for NetworkCommandOptions
impl Unpin for NetworkCommandOptions
impl UnwindSafe for NetworkCommandOptions
Blanket Implementations
Mutably borrows from an owned value. Read more
type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as IntoWasmAbi::Abi
Same as IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err. Read more