Struct windows_sys::Win32::System::ComponentServices::RECYCLE_INFO
[−]#[repr(C)]pub struct RECYCLE_INFO {
pub guidCombaseProcessIdentifier: GUID,
pub ProcessStartTime: i64,
pub dwRecycleLifetimeLimit: u32,
pub dwRecycleMemoryLimit: u32,
pub dwRecycleExpirationTimeout: u32,
}
Expand description
Required features: "Win32_System_ComponentServices"
Fields
guidCombaseProcessIdentifier: GUID
ProcessStartTime: i64
dwRecycleLifetimeLimit: u32
dwRecycleMemoryLimit: u32
dwRecycleExpirationTimeout: u32
Trait Implementations
impl Clone for RECYCLE_INFO
impl Clone for RECYCLE_INFO
impl Copy for RECYCLE_INFO
Auto Trait Implementations
impl RefUnwindSafe for RECYCLE_INFO
impl Send for RECYCLE_INFO
impl Sync for RECYCLE_INFO
impl Unpin for RECYCLE_INFO
impl UnwindSafe for RECYCLE_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more