Enum esp32c2_hal::riscv::register::fcsr::RoundingMode
pub enum RoundingMode {
RoundToNearestEven,
RoundTowardsZero,
RoundDown,
RoundUp,
RoundToNearestMaxMagnitude,
Invalid,
}Expand description
Rounding Mode
Variants§
Trait Implementations§
§impl Clone for RoundingMode
impl Clone for RoundingMode
§fn clone(&self) -> RoundingMode
fn clone(&self) -> RoundingMode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for RoundingMode
impl Debug for RoundingMode
§impl PartialEq<RoundingMode> for RoundingMode
impl PartialEq<RoundingMode> for RoundingMode
§fn eq(&self, other: &RoundingMode) -> bool
fn eq(&self, other: &RoundingMode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.