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