#[repr(C)]pub struct ddsi_rhc_ops {
pub store: ddsi_rhc_store_t,
pub unregister_wr: ddsi_rhc_unregister_wr_t,
pub relinquish_ownership: ddsi_rhc_relinquish_ownership_t,
pub free: ddsi_rhc_free_t,
}Fields§
§store: ddsi_rhc_store_t§unregister_wr: ddsi_rhc_unregister_wr_t§relinquish_ownership: ddsi_rhc_relinquish_ownership_t§free: ddsi_rhc_free_tTrait Implementations§
Source§impl Clone for ddsi_rhc_ops
impl Clone for ddsi_rhc_ops
Source§fn clone(&self) -> ddsi_rhc_ops
fn clone(&self) -> ddsi_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 ddsi_rhc_ops
impl Debug for ddsi_rhc_ops
Source§impl Default for ddsi_rhc_ops
impl Default for ddsi_rhc_ops
Source§fn default() -> ddsi_rhc_ops
fn default() -> ddsi_rhc_ops
Returns the “default value” for a type. Read more
impl Copy for ddsi_rhc_ops
Auto Trait Implementations§
impl Freeze for ddsi_rhc_ops
impl RefUnwindSafe for ddsi_rhc_ops
impl Send for ddsi_rhc_ops
impl Sync for ddsi_rhc_ops
impl Unpin for ddsi_rhc_ops
impl UnsafeUnpin for ddsi_rhc_ops
impl UnwindSafe for ddsi_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