Struct SERVER_INFO_402

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

Fields§

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

Trait Implementations§

Source§

impl Clone for SERVER_INFO_402

Source§

fn clone(&self) -> SERVER_INFO_402

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
Source§

impl Default for SERVER_INFO_402

Source§

fn default() -> SERVER_INFO_402

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

impl Copy 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> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. 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, U> TryFrom<U> for T
where U: Into<T>,

Source§

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>,

Source§

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.