Struct pomelo_hir::hir::FloatWrapper
source · pub struct FloatWrapper(u64);
Expand description
Wrapper so we can derive Eq
for Scon
.
See
FloatTypeWrapper
from rust-analyzer
.
Tuple Fields§
§0: u64
Implementations§
Trait Implementations§
source§impl Clone for FloatWrapper
impl Clone for FloatWrapper
source§fn clone(&self) -> FloatWrapper
fn clone(&self) -> FloatWrapper
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