pub struct Rustp2pRecvData { /* private fields */ }Expand description
Received data handle containing both payload and metadata.
Use rustp2p_recv_data_get_* functions to extract information,
then call rustp2p_recv_data_free to release.
Auto Trait Implementations§
impl Freeze for Rustp2pRecvData
impl RefUnwindSafe for Rustp2pRecvData
impl Send for Rustp2pRecvData
impl Sync for Rustp2pRecvData
impl Unpin for Rustp2pRecvData
impl UnwindSafe for Rustp2pRecvData
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