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