#[repr(C)]pub struct ddsi_rmsg {
pub refcount: ddsrt_atomic_uint32_t,
pub lastchunk: *mut ddsi_rmsg_chunk,
pub trace: bool,
pub chunk: ddsi_rmsg_chunk,
}Fields§
§refcount: ddsrt_atomic_uint32_t§lastchunk: *mut ddsi_rmsg_chunk§trace: bool§chunk: ddsi_rmsg_chunkTrait Implementations§
Auto Trait Implementations§
impl !Send for ddsi_rmsg
impl !Sync for ddsi_rmsg
impl Freeze for ddsi_rmsg
impl RefUnwindSafe for ddsi_rmsg
impl Unpin for ddsi_rmsg
impl UnsafeUnpin for ddsi_rmsg
impl UnwindSafe for ddsi_rmsg
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