Struct hexf_parse::ParseHexfError
[−]
[src]
pub struct ParseHexfError { /* fields omitted */ }An opaque error type from parse_hexf32 and parse_hexf64.
Trait Implementations
impl Debug for ParseHexfError[src]
impl Clone for ParseHexfError[src]
fn clone(&self) -> ParseHexfError
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for ParseHexfError[src]
fn eq(&self, __arg_0: &ParseHexfError) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ParseHexfError) -> bool
This method tests for !=.