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