#[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§
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