pub unsafe trait IpcSafe { }Expand description
An object is Sendable if it is guaranteed to be flat and contains no pointers. This trait can be placed on objects that have invalid representations such as bools (which can only be 0 or 1) but it is up to the implementer to ensure that the correct object arrives on the other side.