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,
}
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§
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