#[repr(C)]pub struct UA_PublishedEventsDataType {
pub eventNotifier: UA_NodeId,
pub selectedFieldsSize: usize,
pub selectedFields: *mut UA_SimpleAttributeOperand,
pub filter: UA_ContentFilter,
}Fields§
§eventNotifier: UA_NodeId§selectedFieldsSize: usize§selectedFields: *mut UA_SimpleAttributeOperand§filter: UA_ContentFilterTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_PublishedEventsDataType
impl RefUnwindSafe for UA_PublishedEventsDataType
impl !Send for UA_PublishedEventsDataType
impl !Sync for UA_PublishedEventsDataType
impl Unpin for UA_PublishedEventsDataType
impl UnwindSafe for UA_PublishedEventsDataType
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