pub struct Cmdline { /* private fields */ }
Expand description
Represent the content of /proc/cmdline, returned by cmdline()
Implementations§
Trait Implementations§
impl StructuralPartialEq for Cmdline
Auto Trait Implementations§
impl Freeze for Cmdline
impl RefUnwindSafe for Cmdline
impl Send for Cmdline
impl Sync for Cmdline
impl Unpin for Cmdline
impl UnwindSafe for Cmdline
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