pub struct RafTransferBuffer;Expand description
A RAF transfer buffer containing one or more data invocations.
On the wire this is a SEQUENCE OF RafTransferDataInvocation. We provide encode/decode for individual items; the caller iterates the buffer.
Implementations§
Auto Trait Implementations§
impl Freeze for RafTransferBuffer
impl RefUnwindSafe for RafTransferBuffer
impl Send for RafTransferBuffer
impl Sync for RafTransferBuffer
impl Unpin for RafTransferBuffer
impl UnsafeUnpin for RafTransferBuffer
impl UnwindSafe for RafTransferBuffer
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