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