Struct feanor_math::rings::float_complex::Complex64El
source · pub struct Complex64El(/* private fields */);Trait Implementations§
source§impl Clone for Complex64El
impl Clone for Complex64El
source§fn clone(&self) -> Complex64El
fn clone(&self) -> Complex64El
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 moreimpl Copy for Complex64El
Auto Trait Implementations§
impl Freeze for Complex64El
impl RefUnwindSafe for Complex64El
impl Send for Complex64El
impl Sync for Complex64El
impl Unpin for Complex64El
impl UnwindSafe for Complex64El
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more