#[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 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