#[repr(C)]pub struct UA_StatusResult {
pub statusCode: UA_StatusCode,
pub diagnosticInfo: UA_DiagnosticInfo,
}Fields§
§statusCode: UA_StatusCode§diagnosticInfo: UA_DiagnosticInfoTrait Implementations§
Source§impl Debug for UA_StatusResult
impl Debug for UA_StatusResult
Auto Trait Implementations§
impl Freeze for UA_StatusResult
impl RefUnwindSafe for UA_StatusResult
impl !Send for UA_StatusResult
impl !Sync for UA_StatusResult
impl Unpin for UA_StatusResult
impl UnwindSafe for UA_StatusResult
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