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