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