Struct open62541_sys::UA_ContentFilterResult
source · #[repr(C)]pub struct UA_ContentFilterResult {
pub elementResultsSize: usize,
pub elementResults: *mut UA_ContentFilterElementResult,
pub elementDiagnosticInfosSize: usize,
pub elementDiagnosticInfos: *mut UA_DiagnosticInfo,
}Fields§
§elementResultsSize: usize§elementResults: *mut UA_ContentFilterElementResult§elementDiagnosticInfosSize: usize§elementDiagnosticInfos: *mut UA_DiagnosticInfoTrait Implementations§
source§impl Debug for UA_ContentFilterResult
impl Debug for UA_ContentFilterResult
Auto Trait Implementations§
impl Freeze for UA_ContentFilterResult
impl RefUnwindSafe for UA_ContentFilterResult
impl !Send for UA_ContentFilterResult
impl !Sync for UA_ContentFilterResult
impl Unpin for UA_ContentFilterResult
impl UnwindSafe for UA_ContentFilterResult
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