#[repr(C)]
pub struct SERVER_INFO_102 {
Show 13 fields pub sv102_platform_id: u32, pub sv102_name: PWSTR, pub sv102_version_major: u32, pub sv102_version_minor: u32, pub sv102_type: NET_SERVER_TYPE, pub sv102_comment: PWSTR, pub sv102_users: u32, pub sv102_disc: i32, pub sv102_hidden: SERVER_INFO_HIDDEN, pub sv102_announce: u32, pub sv102_anndelta: u32, pub sv102_licenses: u32, pub sv102_userpath: PWSTR,
}
Expand description

Required features: "Win32_NetworkManagement_NetManagement"

Fields

sv102_platform_id: u32sv102_name: PWSTRsv102_version_major: u32sv102_version_minor: u32sv102_type: NET_SERVER_TYPEsv102_comment: PWSTRsv102_users: u32sv102_disc: i32sv102_hidden: SERVER_INFO_HIDDENsv102_announce: u32sv102_anndelta: u32sv102_licenses: u32sv102_userpath: PWSTR

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.