pub type FloatingPoint_Base = FloatingPointTrait;
Aliased Type§
struct FloatingPoint_Base {
pub _address: u8,
}
Fields§
§_address: u8
Trait Implementations
Source§impl Clone for FloatingPointTrait
impl Clone for FloatingPointTrait
Source§fn clone(&self) -> FloatingPointTrait
fn clone(&self) -> FloatingPointTrait
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