#[repr(C)]pub struct UA_ContentFilterElement {
pub filterOperator: UA_FilterOperator,
pub filterOperandsSize: usize,
pub filterOperands: *mut UA_ExtensionObject,
}Fields§
§filterOperator: UA_FilterOperator§filterOperandsSize: usize§filterOperands: *mut UA_ExtensionObjectTrait Implementations§
Source§impl Clone for UA_ContentFilterElement
impl Clone for UA_ContentFilterElement
Source§fn clone(&self) -> UA_ContentFilterElement
fn clone(&self) -> UA_ContentFilterElement
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_ContentFilterElement
impl Debug for UA_ContentFilterElement
impl Copy for UA_ContentFilterElement
Auto Trait Implementations§
impl Freeze for UA_ContentFilterElement
impl RefUnwindSafe for UA_ContentFilterElement
impl !Send for UA_ContentFilterElement
impl !Sync for UA_ContentFilterElement
impl Unpin for UA_ContentFilterElement
impl UnwindSafe for UA_ContentFilterElement
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