#[repr(C)]pub struct UA_XVType {
pub x: UA_Double,
pub value: UA_Float,
}Fields§
§x: UA_Double§value: UA_FloatTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_XVType
impl RefUnwindSafe for UA_XVType
impl Send for UA_XVType
impl Sync for UA_XVType
impl Unpin for UA_XVType
impl UnwindSafe for UA_XVType
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