#[repr(C)]pub struct UA_CallMethodRequest {
pub objectId: UA_NodeId,
pub methodId: UA_NodeId,
pub inputArgumentsSize: usize,
pub inputArguments: *mut UA_Variant,
}Fields§
§objectId: UA_NodeId§methodId: UA_NodeId§inputArgumentsSize: usize§inputArguments: *mut UA_VariantTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_CallMethodRequest
impl RefUnwindSafe for UA_CallMethodRequest
impl !Send for UA_CallMethodRequest
impl !Sync for UA_CallMethodRequest
impl Unpin for UA_CallMethodRequest
impl UnwindSafe for UA_CallMethodRequest
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