#[repr(C)]pub struct UA_EventFilter {
pub selectClausesSize: usize,
pub selectClauses: *mut UA_SimpleAttributeOperand,
pub whereClause: UA_ContentFilter,
}Fields§
§selectClausesSize: usize§selectClauses: *mut UA_SimpleAttributeOperand§whereClause: UA_ContentFilterTrait Implementations§
Source§impl Clone for UA_EventFilter
impl Clone for UA_EventFilter
Source§fn clone(&self) -> UA_EventFilter
fn clone(&self) -> UA_EventFilter
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for UA_EventFilter
impl Debug for UA_EventFilter
impl Copy for UA_EventFilter
Auto Trait Implementations§
impl Freeze for UA_EventFilter
impl RefUnwindSafe for UA_EventFilter
impl !Send for UA_EventFilter
impl !Sync for UA_EventFilter
impl Unpin for UA_EventFilter
impl UnwindSafe for UA_EventFilter
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