#[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 Debug for UA_ContentFilterElement
impl Debug 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