#[repr(C)]pub struct dds_topic_filter {
pub mode: dds_topic_filter_mode,
pub f: dds_topic_filter_function_union,
pub arg: *mut c_void,
}Fields§
§mode: dds_topic_filter_mode§f: dds_topic_filter_function_union§arg: *mut c_voidTrait Implementations§
Source§impl Clone for dds_topic_filter
impl Clone for dds_topic_filter
Source§fn clone(&self) -> dds_topic_filter
fn clone(&self) -> dds_topic_filter
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 dds_topic_filter
Auto Trait Implementations§
impl Freeze for dds_topic_filter
impl RefUnwindSafe for dds_topic_filter
impl !Send for dds_topic_filter
impl !Sync for dds_topic_filter
impl Unpin for dds_topic_filter
impl UnwindSafe for dds_topic_filter
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