Struct go_vm::types::Complex128
source · pub struct Complex128 {
pub r: F64,
pub i: F64,
}
Fields§
§r: F64
§i: F64
Trait Implementations§
source§impl Clone for Complex128
impl Clone for Complex128
source§fn clone(&self) -> Complex128
fn clone(&self) -> Complex128
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