pub enum ProcfsAuxvError {
IoError,
InvalidFormat,
}Expand description
Errors from reading /proc/self/auxv.
Variants§
Trait Implementations§
Source§impl Debug for ProcfsAuxvError
impl Debug for ProcfsAuxvError
Source§impl PartialEq for ProcfsAuxvError
impl PartialEq for ProcfsAuxvError
impl StructuralPartialEq for ProcfsAuxvError
Auto Trait Implementations§
impl Freeze for ProcfsAuxvError
impl RefUnwindSafe for ProcfsAuxvError
impl Send for ProcfsAuxvError
impl Sync for ProcfsAuxvError
impl Unpin for ProcfsAuxvError
impl UnwindSafe for ProcfsAuxvError
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