#[repr(C)]
pub struct WKSTA_USER_INFO_1 { pub wkui1_username: LMSTR, pub wkui1_logon_domain: LMSTR, pub wkui1_oth_domains: LMSTR, pub wkui1_logon_server: LMSTR, }

Fields§

§wkui1_username: LMSTR§wkui1_logon_domain: LMSTR§wkui1_oth_domains: LMSTR§wkui1_logon_server: LMSTR

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.