[][src]Struct nc::sysctl_args_t

#[repr(C)]
pub struct sysctl_args_t {
    pub name: *mut i32,
    pub nlen: i32,
    pub oldval: usize,
    pub oldlenp: *mut size_t,
    pub newval: usize,
    pub newlen: size_t,
    // some fields omitted
}

Fields

name: *mut i32nlen: i32oldval: usizeoldlenp: *mut size_tnewval: usizenewlen: size_t

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for 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> Into<U> for T where
    U: From<T>, 
[src]

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.

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

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

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