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