#[repr(C)]pub struct HComplexPixel {
pub re: f32,
pub im: f32,
}
Fields§
§re: f32
§im: f32
Trait Implementations§
Source§impl Clone for HComplexPixel
impl Clone for HComplexPixel
Source§fn clone(&self) -> HComplexPixel
fn clone(&self) -> HComplexPixel
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 moreSource§impl Debug for HComplexPixel
impl Debug for HComplexPixel
impl Copy for HComplexPixel
Auto Trait Implementations§
impl Freeze for HComplexPixel
impl RefUnwindSafe for HComplexPixel
impl Send for HComplexPixel
impl Sync for HComplexPixel
impl Unpin for HComplexPixel
impl UnwindSafe for HComplexPixel
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