#[repr(C)]pub struct UA_WriteResponse {
pub responseHeader: UA_ResponseHeader,
pub resultsSize: usize,
pub results: *mut UA_StatusCode,
pub diagnosticInfosSize: usize,
pub diagnosticInfos: *mut UA_DiagnosticInfo,
}Fields§
§responseHeader: UA_ResponseHeader§resultsSize: usize§results: *mut UA_StatusCode§diagnosticInfosSize: usize§diagnosticInfos: *mut UA_DiagnosticInfoTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_WriteResponse
impl RefUnwindSafe for UA_WriteResponse
impl !Send for UA_WriteResponse
impl !Sync for UA_WriteResponse
impl Unpin for UA_WriteResponse
impl UnwindSafe for UA_WriteResponse
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