pub enum SysconfError {
Unsupported,
}Expand description
The error returned by sysconf.
Variants§
Unsupported
The queried variable is unsupported on the current system.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SysconfError
impl RefUnwindSafe for SysconfError
impl Send for SysconfError
impl Sync for SysconfError
impl Unpin for SysconfError
impl UnwindSafe for SysconfError
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