[][src]Trait nvpair::NvEncode

pub trait NvEncode {
    pub fn insert_into<S: CStrArgument>(
        &self,
        name: S,
        nv: &mut NvListRef
    ) -> Result<()>; }

Required methods

pub fn insert_into<S: CStrArgument>(
    &self,
    name: S,
    nv: &mut NvListRef
) -> Result<()>
[src]

Loading content...

Implementations on Foreign Types

impl NvEncode for bool[src]

impl NvEncode for u32[src]

impl NvEncode for CStr[src]

impl<'_> NvEncode for &'_ str[src]

impl NvEncode for ()[src]

impl NvEncode for str[src]

Loading content...

Implementors

impl NvEncode for NvListRef[src]

Loading content...