pub struct MemoryInjection {
pub reminder: SystemReminder,
pub fingerprint: u64,
}Fields§
§reminder: SystemReminder§fingerprint: u64Auto Trait Implementations§
impl Freeze for MemoryInjection
impl RefUnwindSafe for MemoryInjection
impl Send for MemoryInjection
impl Sync for MemoryInjection
impl Unpin for MemoryInjection
impl UnsafeUnpin for MemoryInjection
impl UnwindSafe for MemoryInjection
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