#[repr(C)]
pub struct DRT_SETTINGS { pub dwSize: u32, pub cbKey: u32, pub bProtocolMajorVersion: u8, pub bProtocolMinorVersion: u8, pub ulMaxRoutingAddresses: u32, pub pwzDrtInstancePrefix: PWSTR, pub hTransport: *mut c_void, pub pSecurityProvider: *mut DRT_SECURITY_PROVIDER, pub pBootstrapProvider: *mut DRT_BOOTSTRAP_PROVIDER, pub eSecurityMode: DRT_SECURITY_MODE, }
Expand description

Required features: "Win32_NetworkManagement_P2P"

Fields

dwSize: u32cbKey: u32bProtocolMajorVersion: u8bProtocolMinorVersion: u8ulMaxRoutingAddresses: u32pwzDrtInstancePrefix: PWSTRhTransport: *mut c_voidpSecurityProvider: *mut DRT_SECURITY_PROVIDERpBootstrapProvider: *mut DRT_BOOTSTRAP_PROVIDEReSecurityMode: DRT_SECURITY_MODE

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.