#[repr(C)]pub struct UA_SessionlessInvokeResponseType {
pub namespaceUrisSize: usize,
pub namespaceUris: *mut UA_String,
pub serverUrisSize: usize,
pub serverUris: *mut UA_String,
pub serviceId: UA_UInt32,
}Fields§
§namespaceUrisSize: usize§namespaceUris: *mut UA_String§serverUrisSize: usize§serverUris: *mut UA_String§serviceId: UA_UInt32Trait Implementations§
Auto Trait Implementations§
impl Freeze for UA_SessionlessInvokeResponseType
impl RefUnwindSafe for UA_SessionlessInvokeResponseType
impl !Send for UA_SessionlessInvokeResponseType
impl !Sync for UA_SessionlessInvokeResponseType
impl Unpin for UA_SessionlessInvokeResponseType
impl UnwindSafe for UA_SessionlessInvokeResponseType
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