[][src]Struct linux::kty::__sysctl_args

#[repr(C)]
pub struct __sysctl_args { pub name: *mut c_int, pub nlen: c_int, pub oldval: *mut c_void, pub oldlenp: *mut size_t, pub newval: *mut c_void, pub newlen: size_t, pub __unused: [c_ulong; 4], }

Fields

name: *mut c_intnlen: c_intoldval: *mut c_voidoldlenp: *mut size_tnewval: *mut c_voidnewlen: size_t__unused: [c_ulong; 4]

Trait Implementations

impl Pod for __sysctl_args[src]

impl Eq for __sysctl_args[src]

impl PartialEq<__sysctl_args> for __sysctl_args[src]

impl Copy for __sysctl_args[src]

impl Clone for __sysctl_args[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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

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> 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> BorrowMut<T> for T where
    T: ?Sized
[src]

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

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