#[repr(C)]pub struct ApplicationProcessRecycleInfo {Show 14 fields
pub IsRecyclable: BOOL,
pub IsRecycled: BOOL,
pub TimeRecycled: FILETIME,
pub TimeToTerminate: FILETIME,
pub RecycleReasonCode: i32,
pub IsPendingRecycle: BOOL,
pub HasAutomaticLifetimeRecycling: BOOL,
pub TimeForAutomaticRecycling: FILETIME,
pub MemoryLimitInKB: u32,
pub MemoryUsageInKBLastCheck: u32,
pub ActivationLimit: u32,
pub NumActivationsLastReported: u32,
pub CallLimit: u32,
pub NumCallsLastReported: u32,
}
Fields§
§IsRecyclable: BOOL
§IsRecycled: BOOL
§TimeRecycled: FILETIME
§TimeToTerminate: FILETIME
§RecycleReasonCode: i32
§IsPendingRecycle: BOOL
§HasAutomaticLifetimeRecycling: BOOL
§TimeForAutomaticRecycling: FILETIME
§MemoryLimitInKB: u32
§MemoryUsageInKBLastCheck: u32
§ActivationLimit: u32
§NumActivationsLastReported: u32
§CallLimit: u32
§NumCallsLastReported: u32
Trait Implementations§
§impl Clone for ApplicationProcessRecycleInfo
impl Clone for ApplicationProcessRecycleInfo
§fn clone(&self) -> ApplicationProcessRecycleInfo
fn clone(&self) -> ApplicationProcessRecycleInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for ApplicationProcessRecycleInfo
Auto Trait Implementations§
impl Freeze for ApplicationProcessRecycleInfo
impl RefUnwindSafe for ApplicationProcessRecycleInfo
impl Send for ApplicationProcessRecycleInfo
impl Sync for ApplicationProcessRecycleInfo
impl Unpin for ApplicationProcessRecycleInfo
impl UnwindSafe for ApplicationProcessRecycleInfo
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)