logos.lang.pin
Module lang · package logos-lang
Types
structPin
struct Pin
Wraps a pointer P, guaranteeing the pointee never moves again.
For T: !Unpin, safe code cannot obtain &mut T or a by-value T through the pin.
Implements: Copy Deref Deref DerefMut Deref DerefMut
Fields
pointer: P