Struct miri::shims::time::UnblockCallback
source · struct UnblockCallback {
thread_to_unblock: ThreadId,
}
Fields§
§thread_to_unblock: ThreadId
Trait Implementations§
source§impl<'mir, 'tcx: 'mir> MachineCallback<'mir, 'tcx> for UnblockCallback
impl<'mir, 'tcx: 'mir> MachineCallback<'mir, 'tcx> for UnblockCallback
fn call(&self, ecx: &mut MiriInterpCx<'mir, 'tcx>) -> InterpResult<'tcx>
source§impl VisitTags for UnblockCallback
impl VisitTags for UnblockCallback
Auto Trait Implementations§
impl RefUnwindSafe for UnblockCallback
impl Send for UnblockCallback
impl Sync for UnblockCallback
impl Unpin for UnblockCallback
impl UnwindSafe for UnblockCallback
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 4 bytes