#[repr(C)]
pub struct SERVER_INFO_402 {
Show 31 fields pub sv402_ulist_mtime: u32, pub sv402_glist_mtime: u32, pub sv402_alist_mtime: u32, pub sv402_alerts: PWSTR, pub sv402_security: SERVER_INFO_SECURITY, pub sv402_numadmin: u32, pub sv402_lanmask: u32, pub sv402_guestacct: PWSTR, pub sv402_chdevs: u32, pub sv402_chdevq: u32, pub sv402_chdevjobs: u32, pub sv402_connections: u32, pub sv402_shares: u32, pub sv402_openfiles: u32, pub sv402_sessopens: u32, pub sv402_sessvcs: u32, pub sv402_sessreqs: u32, pub sv402_opensearch: u32, pub sv402_activelocks: u32, pub sv402_numreqbuf: u32, pub sv402_sizreqbuf: u32, pub sv402_numbigbuf: u32, pub sv402_numfiletasks: u32, pub sv402_alertsched: u32, pub sv402_erroralert: u32, pub sv402_logonalert: u32, pub sv402_accessalert: u32, pub sv402_diskalert: u32, pub sv402_netioalert: u32, pub sv402_maxauditsz: u32, pub sv402_srvheuristics: PWSTR,
}

Fields§

§sv402_ulist_mtime: u32§sv402_glist_mtime: u32§sv402_alist_mtime: u32§sv402_alerts: PWSTR§sv402_security: SERVER_INFO_SECURITY§sv402_numadmin: u32§sv402_lanmask: u32§sv402_guestacct: PWSTR§sv402_chdevs: u32§sv402_chdevq: u32§sv402_chdevjobs: u32§sv402_connections: u32§sv402_shares: u32§sv402_openfiles: u32§sv402_sessopens: u32§sv402_sessvcs: u32§sv402_sessreqs: u32§sv402_opensearch: u32§sv402_activelocks: u32§sv402_numreqbuf: u32§sv402_sizreqbuf: u32§sv402_numbigbuf: u32§sv402_numfiletasks: u32§sv402_alertsched: u32§sv402_erroralert: u32§sv402_logonalert: u32§sv402_accessalert: u32§sv402_diskalert: u32§sv402_netioalert: u32§sv402_maxauditsz: u32§sv402_srvheuristics: PWSTR

Trait Implementations§

§

impl Clone for SERVER_INFO_402

§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl Debug for SERVER_INFO_402

§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
§

impl Default for SERVER_INFO_402

§

fn default() -> Self

Returns the “default value” for a type. Read more
§

impl PartialEq for SERVER_INFO_402

§

fn eq(&self, other: &Self) -> bool

This method tests for self and other values to be equal, and is used by ==.
1.0.0 · source§

fn ne(&self, other: &Rhs) -> bool

This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
§

impl Copy for SERVER_INFO_402

§

impl Eq for SERVER_INFO_402

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T> ToOwned for T
where T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.