Struct SERVER_INFO_503

Source
#[repr(C)]
pub struct SERVER_INFO_503 {
Show 42 fields pub sv503_sessopens: DWORD, pub sv503_sessvcs: DWORD, pub sv503_opensearch: DWORD, pub sv503_sizreqbuf: DWORD, pub sv503_initworkitems: DWORD, pub sv503_maxworkitems: DWORD, pub sv503_rawworkitems: DWORD, pub sv503_irpstacksize: DWORD, pub sv503_maxrawbuflen: DWORD, pub sv503_sessusers: DWORD, pub sv503_sessconns: DWORD, pub sv503_maxpagedmemoryusage: DWORD, pub sv503_maxnonpagedmemoryusage: DWORD, pub sv503_enablesoftcompat: BOOL, pub sv503_enableforcedlogoff: BOOL, pub sv503_timesource: BOOL, pub sv503_acceptdownlevelapis: BOOL, pub sv503_lmannounce: BOOL, pub sv503_domain: LMSTR, pub sv503_maxcopyreadlen: DWORD, pub sv503_maxcopywritelen: DWORD, pub sv503_minkeepsearch: DWORD, pub sv503_maxkeepsearch: DWORD, pub sv503_minkeepcomplsearch: DWORD, pub sv503_maxkeepcomplsearch: DWORD, pub sv503_threadcountadd: DWORD, pub sv503_numblockthreads: DWORD, pub sv503_scavtimeout: DWORD, pub sv503_minrcvqueue: DWORD, pub sv503_minfreeworkitems: DWORD, pub sv503_xactmemsize: DWORD, pub sv503_threadpriority: DWORD, pub sv503_maxmpxct: DWORD, pub sv503_oplockbreakwait: DWORD, pub sv503_oplockbreakresponsewait: DWORD, pub sv503_enableoplocks: BOOL, pub sv503_enableoplockforceclose: BOOL, pub sv503_enablefcbopens: BOOL, pub sv503_enableraw: BOOL, pub sv503_enablesharednetdrives: BOOL, pub sv503_minfreeconnections: DWORD, pub sv503_maxfreeconnections: DWORD,
}

Fields§

§sv503_sessopens: DWORD§sv503_sessvcs: DWORD§sv503_opensearch: DWORD§sv503_sizreqbuf: DWORD§sv503_initworkitems: DWORD§sv503_maxworkitems: DWORD§sv503_rawworkitems: DWORD§sv503_irpstacksize: DWORD§sv503_maxrawbuflen: DWORD§sv503_sessusers: DWORD§sv503_sessconns: DWORD§sv503_maxpagedmemoryusage: DWORD§sv503_maxnonpagedmemoryusage: DWORD§sv503_enablesoftcompat: BOOL§sv503_enableforcedlogoff: BOOL§sv503_timesource: BOOL§sv503_acceptdownlevelapis: BOOL§sv503_lmannounce: BOOL§sv503_domain: LMSTR§sv503_maxcopyreadlen: DWORD§sv503_maxcopywritelen: DWORD§sv503_minkeepsearch: DWORD§sv503_maxkeepsearch: DWORD§sv503_minkeepcomplsearch: DWORD§sv503_maxkeepcomplsearch: DWORD§sv503_threadcountadd: DWORD§sv503_numblockthreads: DWORD§sv503_scavtimeout: DWORD§sv503_minrcvqueue: DWORD§sv503_minfreeworkitems: DWORD§sv503_xactmemsize: DWORD§sv503_threadpriority: DWORD§sv503_maxmpxct: DWORD§sv503_oplockbreakwait: DWORD§sv503_oplockbreakresponsewait: DWORD§sv503_enableoplocks: BOOL§sv503_enableoplockforceclose: BOOL§sv503_enablefcbopens: BOOL§sv503_enableraw: BOOL§sv503_enablesharednetdrives: BOOL§sv503_minfreeconnections: DWORD§sv503_maxfreeconnections: DWORD

Trait Implementations§

Source§

impl Clone for SERVER_INFO_503

Source§

fn clone(&self) -> SERVER_INFO_503

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_503

Source§

fn default() -> SERVER_INFO_503

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

impl Copy for SERVER_INFO_503

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.