#[repr(C)]pub struct UA_CallRequest {
pub requestHeader: UA_RequestHeader,
pub methodsToCallSize: usize,
pub methodsToCall: *mut UA_CallMethodRequest,
}Fields§
§requestHeader: UA_RequestHeader§methodsToCallSize: usize§methodsToCall: *mut UA_CallMethodRequestTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_CallRequest
impl RefUnwindSafe for UA_CallRequest
impl !Send for UA_CallRequest
impl !Sync for UA_CallRequest
impl Unpin for UA_CallRequest
impl UnwindSafe for UA_CallRequest
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