#[repr(C)]pub struct UA_DoubleComplexNumberType {
pub real: UA_Double,
pub imaginary: UA_Double,
}Fields§
§real: UA_Double§imaginary: UA_DoubleTrait Implementations§
source§impl Debug for UA_DoubleComplexNumberType
impl Debug for UA_DoubleComplexNumberType
source§impl Default for UA_DoubleComplexNumberType
impl Default for UA_DoubleComplexNumberType
source§fn default() -> UA_DoubleComplexNumberType
fn default() -> UA_DoubleComplexNumberType
Returns the “default value” for a type. Read more
Auto Trait Implementations§
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