Struct lrs::netlink::fmt::NlAttr

Syntax

struct NlAttr<'a, H = Libc>
    where H: Allocator + 'a,
          <H as Allocator>::Pool: 'a,
{
    /* private fields */
}

Methods

ReceiverNameDescription
selfcancel

Trait implementations

NameDescription
Deref

Objects that implement the immutable dereference operator.

DerefMut

Objects that implement the mutable dereference operator.

Drop

Objects with a destructor.