#[repr(C)]pub struct UA_HistoryUpdateDetails {
pub nodeId: UA_NodeId,
}Fields§
§nodeId: UA_NodeIdTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_HistoryUpdateDetails
impl RefUnwindSafe for UA_HistoryUpdateDetails
impl !Send for UA_HistoryUpdateDetails
impl !Sync for UA_HistoryUpdateDetails
impl Unpin for UA_HistoryUpdateDetails
impl UnwindSafe for UA_HistoryUpdateDetails
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