pub struct Imaginary {
pub real_part: f64,
}Fields§
§real_part: f64Trait Implementations§
impl BoundaryKind for Imaginary
Auto Trait Implementations§
impl Freeze for Imaginary
impl RefUnwindSafe for Imaginary
impl Send for Imaginary
impl Sync for Imaginary
impl Unpin for Imaginary
impl UnsafeUnpin for Imaginary
impl UnwindSafe for Imaginary
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