pub struct KernelParameterManager {
pub managed: Vec<ManagedKernelParameter>,
}
Expand description
An interface to manage a set of kernel parameters.
Fields§
§managed: Vec<ManagedKernelParameter>
Implementations§
Source§impl KernelParameterManager
impl KernelParameterManager
Trait Implementations§
Source§impl Debug for KernelParameterManager
impl Debug for KernelParameterManager
Source§impl From<Environment> for KernelParameterManager
impl From<Environment> for KernelParameterManager
Source§fn from(environment: Environment) -> Self
fn from(environment: Environment) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for KernelParameterManager
impl RefUnwindSafe for KernelParameterManager
impl Send for KernelParameterManager
impl Sync for KernelParameterManager
impl Unpin for KernelParameterManager
impl UnwindSafe for KernelParameterManager
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more