#[repr(C)]pub struct UA_ComplexNumberType {
pub real: UA_Float,
pub imaginary: UA_Float,
}Fields§
§real: UA_Float§imaginary: UA_FloatTrait Implementations§
Source§impl Debug for UA_ComplexNumberType
impl Debug for UA_ComplexNumberType
Source§impl Default for UA_ComplexNumberType
impl Default for UA_ComplexNumberType
Source§fn default() -> UA_ComplexNumberType
fn default() -> UA_ComplexNumberType
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UA_ComplexNumberType
impl RefUnwindSafe for UA_ComplexNumberType
impl Send for UA_ComplexNumberType
impl Sync for UA_ComplexNumberType
impl Unpin for UA_ComplexNumberType
impl UnwindSafe for UA_ComplexNumberType
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