Type Definition Complex32Ref
ecmascript::compiler::value
type Complex32Ref = RcRef<Complex32>;
impl PartialEq<RcRef<Complex<f32>>> for Complex32Ref
fn eq(&self, other: &Complex32Ref) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
self
other
==
#[must_use] fn ne(&self, other: &Rhs) -> bool
This method tests for !=.
!=
impl Display for Complex32Ref
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more