Crate razor_nvpair

Source

Structs§

NvList
Safe idiomatic nvlist_t wrapper. Use it when you need to create your own nvlist. Cleanly frees underlying memory when dropped.
NvListIterator
NvListRef
Safe idiomatic nvlist_t wrapper. Use it when you need access to nvlist_t that is NOT owned by you. It tracks the lifetime of its parent object and does not outlive it.
NvPair
Safe idiomatic nvpair_t wrapper.

Enums§

NvFlag
NvListError
Value
data_type_t

Traits§

ToNvList

Functions§

to_value