#[repr(C)]
pub struct SERVER_INFO_599 {
Show 56 fields pub sv599_sessopens: u32, pub sv599_sessvcs: u32, pub sv599_opensearch: u32, pub sv599_sizreqbuf: u32, pub sv599_initworkitems: u32, pub sv599_maxworkitems: u32, pub sv599_rawworkitems: u32, pub sv599_irpstacksize: u32, pub sv599_maxrawbuflen: u32, pub sv599_sessusers: u32, pub sv599_sessconns: u32, pub sv599_maxpagedmemoryusage: u32, pub sv599_maxnonpagedmemoryusage: u32, pub sv599_enablesoftcompat: BOOL, pub sv599_enableforcedlogoff: BOOL, pub sv599_timesource: BOOL, pub sv599_acceptdownlevelapis: BOOL, pub sv599_lmannounce: BOOL, pub sv599_domain: PWSTR, pub sv599_maxcopyreadlen: u32, pub sv599_maxcopywritelen: u32, pub sv599_minkeepsearch: u32, pub sv599_maxkeepsearch: u32, pub sv599_minkeepcomplsearch: u32, pub sv599_maxkeepcomplsearch: u32, pub sv599_threadcountadd: u32, pub sv599_numblockthreads: u32, pub sv599_scavtimeout: u32, pub sv599_minrcvqueue: u32, pub sv599_minfreeworkitems: u32, pub sv599_xactmemsize: u32, pub sv599_threadpriority: u32, pub sv599_maxmpxct: u32, pub sv599_oplockbreakwait: u32, pub sv599_oplockbreakresponsewait: u32, pub sv599_enableoplocks: BOOL, pub sv599_enableoplockforceclose: BOOL, pub sv599_enablefcbopens: BOOL, pub sv599_enableraw: BOOL, pub sv599_enablesharednetdrives: BOOL, pub sv599_minfreeconnections: u32, pub sv599_maxfreeconnections: u32, pub sv599_initsesstable: u32, pub sv599_initconntable: u32, pub sv599_initfiletable: u32, pub sv599_initsearchtable: u32, pub sv599_alertschedule: u32, pub sv599_errorthreshold: u32, pub sv599_networkerrorthreshold: u32, pub sv599_diskspacethreshold: u32, pub sv599_reserved: u32, pub sv599_maxlinkdelay: u32, pub sv599_minlinkthroughput: u32, pub sv599_linkinfovalidtime: u32, pub sv599_scavqosinfoupdatetime: u32, pub sv599_maxworkitemidletime: u32,
}

Fields§

§sv599_sessopens: u32§sv599_sessvcs: u32§sv599_opensearch: u32§sv599_sizreqbuf: u32§sv599_initworkitems: u32§sv599_maxworkitems: u32§sv599_rawworkitems: u32§sv599_irpstacksize: u32§sv599_maxrawbuflen: u32§sv599_sessusers: u32§sv599_sessconns: u32§sv599_maxpagedmemoryusage: u32§sv599_maxnonpagedmemoryusage: u32§sv599_enablesoftcompat: BOOL§sv599_enableforcedlogoff: BOOL§sv599_timesource: BOOL§sv599_acceptdownlevelapis: BOOL§sv599_lmannounce: BOOL§sv599_domain: PWSTR§sv599_maxcopyreadlen: u32§sv599_maxcopywritelen: u32§sv599_minkeepsearch: u32§sv599_maxkeepsearch: u32§sv599_minkeepcomplsearch: u32§sv599_maxkeepcomplsearch: u32§sv599_threadcountadd: u32§sv599_numblockthreads: u32§sv599_scavtimeout: u32§sv599_minrcvqueue: u32§sv599_minfreeworkitems: u32§sv599_xactmemsize: u32§sv599_threadpriority: u32§sv599_maxmpxct: u32§sv599_oplockbreakwait: u32§sv599_oplockbreakresponsewait: u32§sv599_enableoplocks: BOOL§sv599_enableoplockforceclose: BOOL§sv599_enablefcbopens: BOOL§sv599_enableraw: BOOL§sv599_enablesharednetdrives: BOOL§sv599_minfreeconnections: u32§sv599_maxfreeconnections: u32§sv599_initsesstable: u32§sv599_initconntable: u32§sv599_initfiletable: u32§sv599_initsearchtable: u32§sv599_alertschedule: u32§sv599_errorthreshold: u32§sv599_networkerrorthreshold: u32§sv599_diskspacethreshold: u32§sv599_reserved: u32§sv599_maxlinkdelay: u32§sv599_minlinkthroughput: u32§sv599_linkinfovalidtime: u32§sv599_scavqosinfoupdatetime: u32§sv599_maxworkitemidletime: u32

Trait Implementations§

§

impl Clone for SERVER_INFO_599

§

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_599

§

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

Formats the value using the given formatter. Read more
§

impl Default for SERVER_INFO_599

§

fn default() -> Self

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

impl PartialEq for SERVER_INFO_599

§

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_599

§

impl Eq for SERVER_INFO_599

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.