#[repr(C)]pub struct dds_psmx_topic_ops {
pub create_endpoint: dds_psmx_create_endpoint_fn,
pub delete_endpoint: dds_psmx_delete_endpoint_fn,
}
Fields§
§create_endpoint: dds_psmx_create_endpoint_fn
§delete_endpoint: dds_psmx_delete_endpoint_fn
Trait Implementations§
Source§impl Clone for dds_psmx_topic_ops
impl Clone for dds_psmx_topic_ops
Source§fn clone(&self) -> dds_psmx_topic_ops
fn clone(&self) -> dds_psmx_topic_ops
Returns a copy 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 dds_psmx_topic_ops
impl Debug for dds_psmx_topic_ops
impl Copy for dds_psmx_topic_ops
Auto Trait Implementations§
impl Freeze for dds_psmx_topic_ops
impl RefUnwindSafe for dds_psmx_topic_ops
impl Send for dds_psmx_topic_ops
impl Sync for dds_psmx_topic_ops
impl Unpin for dds_psmx_topic_ops
impl UnwindSafe for dds_psmx_topic_ops
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