#[repr(C)]pub struct UA_ComplexNumberType {
pub real: UA_Float,
pub imaginary: UA_Float,
}Fields§
§real: UA_Float§imaginary: UA_FloatTrait Implementations§
Source§impl Clone for UA_ComplexNumberType
impl Clone for UA_ComplexNumberType
Source§fn clone(&self) -> UA_ComplexNumberType
fn clone(&self) -> UA_ComplexNumberType
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_ComplexNumberType
impl Debug for UA_ComplexNumberType
impl Copy for UA_ComplexNumberType
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