#[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§
Source§impl Clone for UA_CallRequest
impl Clone for UA_CallRequest
Source§fn clone(&self) -> UA_CallRequest
fn clone(&self) -> UA_CallRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for UA_CallRequest
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