#[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§
Source§impl Clone for UA_ContentFilterElementResult
impl Clone for UA_ContentFilterElementResult
Source§fn clone(&self) -> UA_ContentFilterElementResult
fn clone(&self) -> UA_ContentFilterElementResult
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 moreimpl Copy for UA_ContentFilterElementResult
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