Expand description
Sysctl defines a kernel parameter to be set
Fields
name: String
Name of a property to set
value: String
Value of a property to set
Trait Implementations
sourceimpl DeepMerge for Sysctl
impl DeepMerge for Sysctl
sourcefn merge_from(&mut self, other: Self)
fn merge_from(&mut self, other: Self)
Merge other
into self
.
sourceimpl<'de> Deserialize<'de> for Sysctl
impl<'de> Deserialize<'de> for Sysctl
sourcefn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<Sysctl> for Sysctl
impl PartialEq<Sysctl> for Sysctl
impl StructuralPartialEq for Sysctl
Auto Trait Implementations
impl RefUnwindSafe for Sysctl
impl Send for Sysctl
impl Sync for Sysctl
impl Unpin for Sysctl
impl UnwindSafe for Sysctl
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more