#[repr(C)]pub struct UA_HistoryUpdateRequest {
pub requestHeader: UA_RequestHeader,
pub historyUpdateDetailsSize: usize,
pub historyUpdateDetails: *mut UA_ExtensionObject,
}Fields§
§requestHeader: UA_RequestHeader§historyUpdateDetailsSize: usize§historyUpdateDetails: *mut UA_ExtensionObjectTrait Implementations§
Source§impl Clone for UA_HistoryUpdateRequest
impl Clone for UA_HistoryUpdateRequest
Source§fn clone(&self) -> UA_HistoryUpdateRequest
fn clone(&self) -> UA_HistoryUpdateRequest
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_HistoryUpdateRequest
Auto Trait Implementations§
impl Freeze for UA_HistoryUpdateRequest
impl RefUnwindSafe for UA_HistoryUpdateRequest
impl !Send for UA_HistoryUpdateRequest
impl !Sync for UA_HistoryUpdateRequest
impl Unpin for UA_HistoryUpdateRequest
impl UnwindSafe for UA_HistoryUpdateRequest
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