#[repr(C)]
pub struct SERVER_INFO_103 {
Show 14 fields pub sv103_platform_id: u32, pub sv103_name: PWSTR, pub sv103_version_major: u32, pub sv103_version_minor: u32, pub sv103_type: u32, pub sv103_comment: PWSTR, pub sv103_users: u32, pub sv103_disc: i32, pub sv103_hidden: BOOL, pub sv103_announce: u32, pub sv103_anndelta: u32, pub sv103_licenses: u32, pub sv103_userpath: PWSTR, pub sv103_capabilities: u32,
}
Expand description

Required features: "Win32_NetworkManagement_NetManagement", "Win32_Foundation"

Fields

sv103_platform_id: u32sv103_name: PWSTRsv103_version_major: u32sv103_version_minor: u32sv103_type: u32sv103_comment: PWSTRsv103_users: u32sv103_disc: i32sv103_hidden: BOOLsv103_announce: u32sv103_anndelta: u32sv103_licenses: u32sv103_userpath: PWSTRsv103_capabilities: 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.