#[repr(C)]pub struct dds_loaned_sample {
pub ops: dds_loaned_sample_ops_t,
pub loan_origin: dds_loaned_sample_origin,
pub metadata: *mut dds_psmx_metadata,
pub sample_ptr: *mut c_void,
pub refc: ddsrt_atomic_uint32_t,
}Fields§
§ops: dds_loaned_sample_ops_t§loan_origin: dds_loaned_sample_origin§metadata: *mut dds_psmx_metadata§sample_ptr: *mut c_void§refc: ddsrt_atomic_uint32_tTrait Implementations§
Source§impl Clone for dds_loaned_sample
impl Clone for dds_loaned_sample
Source§fn clone(&self) -> dds_loaned_sample
fn clone(&self) -> dds_loaned_sample
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_loaned_sample
impl Debug for dds_loaned_sample
impl Copy for dds_loaned_sample
Auto Trait Implementations§
impl Freeze for dds_loaned_sample
impl RefUnwindSafe for dds_loaned_sample
impl !Send for dds_loaned_sample
impl !Sync for dds_loaned_sample
impl Unpin for dds_loaned_sample
impl UnwindSafe for dds_loaned_sample
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