#[repr(C)]pub struct dds_rhc_ops {
pub rhc_ops: ddsi_rhc_ops,
pub peek: dds_rhc_read_take_t,
pub read: dds_rhc_read_take_t,
pub take: dds_rhc_read_take_t,
pub add_readcondition: dds_rhc_add_readcondition_t,
pub remove_readcondition: dds_rhc_remove_readcondition_t,
pub associate: dds_rhc_associate_t,
}Fields§
§rhc_ops: ddsi_rhc_ops§peek: dds_rhc_read_take_t§read: dds_rhc_read_take_t§take: dds_rhc_read_take_t§add_readcondition: dds_rhc_add_readcondition_t§remove_readcondition: dds_rhc_remove_readcondition_t§associate: dds_rhc_associate_tTrait Implementations§
Source§impl Clone for dds_rhc_ops
impl Clone for dds_rhc_ops
Source§fn clone(&self) -> dds_rhc_ops
fn clone(&self) -> dds_rhc_ops
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 dds_rhc_ops
impl Debug for dds_rhc_ops
Source§impl Default for dds_rhc_ops
impl Default for dds_rhc_ops
Source§fn default() -> dds_rhc_ops
fn default() -> dds_rhc_ops
Returns the “default value” for a type. Read more
impl Copy for dds_rhc_ops
Auto Trait Implementations§
impl Freeze for dds_rhc_ops
impl RefUnwindSafe for dds_rhc_ops
impl Send for dds_rhc_ops
impl Sync for dds_rhc_ops
impl Unpin for dds_rhc_ops
impl UnsafeUnpin for dds_rhc_ops
impl UnwindSafe for dds_rhc_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