Information about a received signal.
struct SigInfo {
/* private fields */
}| Name | Description |
|---|---|
| new | Creates a new object. |
| Receiver | Name | Description |
|---|---|---|
&self | signal | Returns the signal. |
| Name | Description |
|---|---|
| Clone | Objects that can be duplicated. |
| Copy | Objects that can safely be copied via |
| MaybeClone | Objects that can be duplicated. |
| Pod | Objects that are safe to use if they contain a random bit pattern. |