Struct 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: u32Trait Implementations§
§impl Clone for RECYCLE_INFO
impl Clone for RECYCLE_INFO
§fn clone(&self) -> RECYCLE_INFO
fn clone(&self) -> RECYCLE_INFO
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 more§impl Debug for RECYCLE_INFO
impl Debug for RECYCLE_INFO
§impl Default for RECYCLE_INFO
impl Default for RECYCLE_INFO
§impl PartialEq for RECYCLE_INFO
impl PartialEq for RECYCLE_INFO
impl Copy for RECYCLE_INFO
impl StructuralPartialEq for RECYCLE_INFO
Auto Trait Implementations§
impl Freeze for RECYCLE_INFO
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