#[repr(C)]pub struct heif_complex32 {
pub real: f32,
pub imaginary: f32,
}Fields§
§real: f32§imaginary: f32Trait Implementations§
Source§impl Clone for heif_complex32
impl Clone for heif_complex32
Source§fn clone(&self) -> heif_complex32
fn clone(&self) -> heif_complex32
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 heif_complex32
impl Debug for heif_complex32
impl Copy for heif_complex32
Auto Trait Implementations§
impl Freeze for heif_complex32
impl RefUnwindSafe for heif_complex32
impl Send for heif_complex32
impl Sync for heif_complex32
impl Unpin for heif_complex32
impl UnsafeUnpin for heif_complex32
impl UnwindSafe for heif_complex32
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