#[repr(C)]pub struct VecComplex {
pub vec: Vec<Complex>,
}Fields§
§vec: Vec<Complex>Trait Implementations§
Source§impl ExternType for VecComplex
impl ExternType for VecComplex
Auto Trait Implementations§
impl Freeze for VecComplex
impl RefUnwindSafe for VecComplex
impl Send for VecComplex
impl Sync for VecComplex
impl Unpin for VecComplex
impl UnwindSafe for VecComplex
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