struct NlMsg<'a, H = Libc>
where H: 'a + Allocator,
<H as Allocator>::Pool: 'a,
{
/* private fields */
}| Receiver | Name | Description |
|---|---|---|
self | cancel |
| Name | Description |
|---|---|
| Deref | Objects that implement the immutable dereference operator. |
| DerefMut | Objects that implement the mutable dereference operator. |
| Drop | Objects with a destructor. |