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

Fields§

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

Trait Implementations§

§

impl Clone for SERVER_INFO_503

§

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_503

§

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

Formats the value using the given formatter. Read more
§

impl Default for SERVER_INFO_503

§

fn default() -> Self

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

impl PartialEq for SERVER_INFO_503

§

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_503

§

impl Eq 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> 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.