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: GUIDProcessStartTime: i64dwRecycleLifetimeLimit: u32dwRecycleMemoryLimit: u32dwRecycleExpirationTimeout: u32Trait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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