[][src]Struct nvpair_sys::nvpair

#[repr(C)]pub struct nvpair {
    pub nvp_size: i32,
    pub nvp_name_sz: i16,
    pub nvp_reserve: i16,
    pub nvp_value_elem: i32,
    pub nvp_type: Type,
}

Fields

nvp_size: i32nvp_name_sz: i16nvp_reserve: i16nvp_value_elem: i32nvp_type: Type

Auto Trait Implementations

impl RefUnwindSafe for nvpair

impl Send for nvpair

impl Sync for nvpair

impl Unpin for nvpair

impl UnwindSafe for nvpair

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.