Struct SERVER_INFO_403

Source
#[repr(C)]
pub struct SERVER_INFO_403 {
Show 34 fields pub sv403_ulist_mtime: DWORD, pub sv403_glist_mtime: DWORD, pub sv403_alist_mtime: DWORD, pub sv403_alerts: LMSTR, pub sv403_security: DWORD, pub sv403_numadmin: DWORD, pub sv403_lanmask: DWORD, pub sv403_guestacct: LMSTR, pub sv403_chdevs: DWORD, pub sv403_chdevq: DWORD, pub sv403_chdevjobs: DWORD, pub sv403_connections: DWORD, pub sv403_shares: DWORD, pub sv403_openfiles: DWORD, pub sv403_sessopens: DWORD, pub sv403_sessvcs: DWORD, pub sv403_sessreqs: DWORD, pub sv403_opensearch: DWORD, pub sv403_activelocks: DWORD, pub sv403_numreqbuf: DWORD, pub sv403_sizreqbuf: DWORD, pub sv403_numbigbuf: DWORD, pub sv403_numfiletasks: DWORD, pub sv403_alertsched: DWORD, pub sv403_erroralert: DWORD, pub sv403_logonalert: DWORD, pub sv403_accessalert: DWORD, pub sv403_diskalert: DWORD, pub sv403_netioalert: DWORD, pub sv403_maxauditsz: DWORD, pub sv403_srvheuristics: LMSTR, pub sv403_auditedevents: DWORD, pub sv403_autoprofile: DWORD, pub sv403_autopath: LMSTR,
}

Fields§

§sv403_ulist_mtime: DWORD§sv403_glist_mtime: DWORD§sv403_alist_mtime: DWORD§sv403_alerts: LMSTR§sv403_security: DWORD§sv403_numadmin: DWORD§sv403_lanmask: DWORD§sv403_guestacct: LMSTR§sv403_chdevs: DWORD§sv403_chdevq: DWORD§sv403_chdevjobs: DWORD§sv403_connections: DWORD§sv403_shares: DWORD§sv403_openfiles: DWORD§sv403_sessopens: DWORD§sv403_sessvcs: DWORD§sv403_sessreqs: DWORD§sv403_opensearch: DWORD§sv403_activelocks: DWORD§sv403_numreqbuf: DWORD§sv403_sizreqbuf: DWORD§sv403_numbigbuf: DWORD§sv403_numfiletasks: DWORD§sv403_alertsched: DWORD§sv403_erroralert: DWORD§sv403_logonalert: DWORD§sv403_accessalert: DWORD§sv403_diskalert: DWORD§sv403_netioalert: DWORD§sv403_maxauditsz: DWORD§sv403_srvheuristics: LMSTR§sv403_auditedevents: DWORD§sv403_autoprofile: DWORD§sv403_autopath: LMSTR

Trait Implementations§

Source§

impl Clone for SERVER_INFO_403

Source§

fn clone(&self) -> SERVER_INFO_403

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_403

Source§

fn default() -> SERVER_INFO_403

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

impl Copy for SERVER_INFO_403

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.