Enum int_to_c_enum::TryFromIntError
source · pub enum TryFromIntError {
InvalidValue,
}
Expand description
Error type for TryFromInt derive macro
Variants§
InvalidValue
Trait Implementations§
source§impl Clone for TryFromIntError
impl Clone for TryFromIntError
source§fn clone(&self) -> TryFromIntError
fn clone(&self) -> TryFromIntError
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more