#[repr(C)]pub struct UA_ContentFilter {
pub elementsSize: usize,
pub elements: *mut UA_ContentFilterElement,
}Fields§
§elementsSize: usize§elements: *mut UA_ContentFilterElementTrait Implementations§
Source§impl Clone for UA_ContentFilter
impl Clone for UA_ContentFilter
Source§fn clone(&self) -> UA_ContentFilter
fn clone(&self) -> UA_ContentFilter
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_ContentFilter
impl Debug for UA_ContentFilter
impl Copy for UA_ContentFilter
Auto Trait Implementations§
impl Freeze for UA_ContentFilter
impl RefUnwindSafe for UA_ContentFilter
impl !Send for UA_ContentFilter
impl !Sync for UA_ContentFilter
impl Unpin for UA_ContentFilter
impl UnwindSafe for UA_ContentFilter
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