#[repr(C)]pub struct UA_FieldTargetVariable {
pub targetVariable: UA_FieldTargetDataType,
pub externalDataValue: *mut *mut UA_DataValue,
pub targetVariableContext: *mut c_void,
pub beforeWrite: Option<unsafe extern "C" fn(server: *mut UA_Server, readerIdentifier: *const UA_NodeId, readerGroupIdentifier: *const UA_NodeId, targetVariableIdentifier: *const UA_NodeId, targetVariableContext: *mut c_void, externalDataValue: *mut *mut UA_DataValue)>,
pub afterWrite: Option<unsafe extern "C" fn(server: *mut UA_Server, readerIdentifier: *const UA_NodeId, readerGroupIdentifier: *const UA_NodeId, targetVariableIdentifier: *const UA_NodeId, targetVariableContext: *mut c_void, externalDataValue: *mut *mut UA_DataValue)>,
}Fields§
§targetVariable: UA_FieldTargetDataType§externalDataValue: *mut *mut UA_DataValue§targetVariableContext: *mut c_void§beforeWrite: Option<unsafe extern "C" fn(server: *mut UA_Server, readerIdentifier: *const UA_NodeId, readerGroupIdentifier: *const UA_NodeId, targetVariableIdentifier: *const UA_NodeId, targetVariableContext: *mut c_void, externalDataValue: *mut *mut UA_DataValue)>§afterWrite: Option<unsafe extern "C" fn(server: *mut UA_Server, readerIdentifier: *const UA_NodeId, readerGroupIdentifier: *const UA_NodeId, targetVariableIdentifier: *const UA_NodeId, targetVariableContext: *mut c_void, externalDataValue: *mut *mut UA_DataValue)>Trait Implementations§
Auto Trait Implementations§
impl Freeze for UA_FieldTargetVariable
impl RefUnwindSafe for UA_FieldTargetVariable
impl !Send for UA_FieldTargetVariable
impl !Sync for UA_FieldTargetVariable
impl Unpin for UA_FieldTargetVariable
impl UnwindSafe for UA_FieldTargetVariable
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