[−][src]Struct sysctl::Ctl
This struct represents a system control.
Fields
oid: Vec<c_int>
Trait Implementations
impl Clone for Ctl
[src][+]
impl Debug for Ctl
[src][+]
impl FromStr for Ctl
[src][+]
impl IntoIterator for Ctl
[src][+]
type Item = Result<Ctl, SysctlError>
type IntoIter = CtlIter
fn into_iter(self) -> Self::IntoIter
[src][−]
impl PartialEq<Ctl> for Ctl
[src][+]
impl StructuralPartialEq for Ctl
[src]
impl Sysctl for Ctl
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for Ctl
impl Send for Ctl
impl Sync for Ctl
impl Unpin for Ctl
impl UnwindSafe for Ctl
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<I> IntoIterator for I where
I: Iterator,
[src][+]
I: Iterator,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,