#[repr(C)]pub struct dds_psmx {
pub ops: dds_psmx_ops_t,
pub instance_name: *const c_char,
pub priority: i32,
pub locator: *const ddsi_locator,
pub instance_id: dds_psmx_instance_id_t,
pub psmx_topics: *mut dds_psmx_topic_list_elem,
}Fields§
§ops: dds_psmx_ops_t§instance_name: *const c_char§priority: i32§locator: *const ddsi_locator§instance_id: dds_psmx_instance_id_t§psmx_topics: *mut dds_psmx_topic_list_elemTrait Implementations§
Auto Trait Implementations§
impl Freeze for dds_psmx
impl RefUnwindSafe for dds_psmx
impl !Send for dds_psmx
impl !Sync for dds_psmx
impl Unpin for dds_psmx
impl UnwindSafe for dds_psmx
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)