#[repr(C)]pub struct UA_ContentFilterElementResult {
pub statusCode: UA_StatusCode,
pub operandStatusCodesSize: usize,
pub operandStatusCodes: *mut UA_StatusCode,
pub operandDiagnosticInfosSize: usize,
pub operandDiagnosticInfos: *mut UA_DiagnosticInfo,
}Fields§
§statusCode: UA_StatusCode§operandStatusCodesSize: usize§operandStatusCodes: *mut UA_StatusCode§operandDiagnosticInfosSize: usize§operandDiagnosticInfos: *mut UA_DiagnosticInfoTrait Implementations§
Auto Trait Implementations§
impl Freeze for UA_ContentFilterElementResult
impl RefUnwindSafe for UA_ContentFilterElementResult
impl !Send for UA_ContentFilterElementResult
impl !Sync for UA_ContentFilterElementResult
impl Unpin for UA_ContentFilterElementResult
impl UnwindSafe for UA_ContentFilterElementResult
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