pub struct ImageData {
pub array: Array2<Complex<f32>>,
/* private fields */
}
Expand description
Image data structure. Currently only implements Complex
Fields§
§array: Array2<Complex<f32>>
Complex
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ImageData
impl !Send for ImageData
impl !Sync for ImageData
impl Unpin for ImageData
impl UnwindSafe for ImageData
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