#[repr(C)]
pub struct REPL_INFO_0 { pub rp0_role: u32, pub rp0_exportpath: PWSTR, pub rp0_exportlist: PWSTR, pub rp0_importpath: PWSTR, pub rp0_importlist: PWSTR, pub rp0_logonusername: PWSTR, pub rp0_interval: u32, pub rp0_pulse: u32, pub rp0_guardtime: u32, pub rp0_random: u32, }
Expand description

Required features: "Win32_NetworkManagement_NetManagement"

Fields§

§rp0_role: u32§rp0_exportpath: PWSTR§rp0_exportlist: PWSTR§rp0_importpath: PWSTR§rp0_importlist: PWSTR§rp0_logonusername: PWSTR§rp0_interval: u32§rp0_pulse: u32§rp0_guardtime: u32§rp0_random: u32

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.