pub enum EnvDoubleError {
Unresolvable,
Invalid,
}Expand description
Why EnvParam::double did not yield a value — C’s non-zero status.
Variants§
Unresolvable
The value and the compiled default are both empty, so
envGetConfigParam returned NULL before epicsScanDouble ran. No
diagnostic.
Invalid
epicsScanDouble rejected the value. C’s stderr line is already printed.
Trait Implementations§
Source§impl Clone for EnvDoubleError
impl Clone for EnvDoubleError
Source§fn clone(&self) -> EnvDoubleError
fn clone(&self) -> EnvDoubleError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EnvDoubleError
Source§impl Debug for EnvDoubleError
impl Debug for EnvDoubleError
impl Eq for EnvDoubleError
Source§impl PartialEq for EnvDoubleError
impl PartialEq for EnvDoubleError
impl StructuralPartialEq for EnvDoubleError
Auto Trait Implementations§
impl Freeze for EnvDoubleError
impl RefUnwindSafe for EnvDoubleError
impl Send for EnvDoubleError
impl Sync for EnvDoubleError
impl Unpin for EnvDoubleError
impl UnsafeUnpin for EnvDoubleError
impl UnwindSafe for EnvDoubleError
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