#[repr(C)]
pub struct MPR_SERVER_EX0 { pub Header: MPRAPI_OBJECT_HEADER, pub fLanOnlyMode: u32, pub dwUpTime: u32, pub dwTotalPorts: u32, pub dwPortsInUse: u32, pub Reserved: u32, pub ConfigParams: MPRAPI_TUNNEL_CONFIG_PARAMS0, }
Expand description

Required features: "Win32_NetworkManagement_Rras", "Win32_Foundation", "Win32_Security_Cryptography"

Fields

Header: MPRAPI_OBJECT_HEADERfLanOnlyMode: u32dwUpTime: u32dwTotalPorts: u32dwPortsInUse: u32Reserved: u32ConfigParams: MPRAPI_TUNNEL_CONFIG_PARAMS0

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.