Struct SERVER_INFO_599

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

Fields§

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

Trait Implementations§

Source§

impl Clone for SERVER_INFO_599

Source§

fn clone(&self) -> SERVER_INFO_599

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_599

Source§

fn default() -> SERVER_INFO_599

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

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