#[repr(C)]pub struct heif_complex64 {
pub real: f64,
pub imaginary: f64,
}Fields§
§real: f64§imaginary: f64Trait Implementations§
Source§impl Clone for heif_complex64
impl Clone for heif_complex64
Source§fn clone(&self) -> heif_complex64
fn clone(&self) -> heif_complex64
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_complex64
impl Debug for heif_complex64
impl Copy for heif_complex64
Auto Trait Implementations§
impl Freeze for heif_complex64
impl RefUnwindSafe for heif_complex64
impl Send for heif_complex64
impl Sync for heif_complex64
impl Unpin for heif_complex64
impl UnsafeUnpin for heif_complex64
impl UnwindSafe for heif_complex64
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