pub struct RxReadyStorage { /* private fields */ }Expand description
Intermediate storage used to batch-receive rx buffers from a session.
Instances are constructed by calling Session::new_rx_ready_storage.
Implementations§
Source§impl RxReadyStorage
impl RxReadyStorage
Sourcepub fn new(capacity: usize) -> Self
pub fn new(capacity: usize) -> Self
Creates an RxReadyStorage that can hold capacity rx descriptor
IDs.
Auto Trait Implementations§
impl Freeze for RxReadyStorage
impl RefUnwindSafe for RxReadyStorage
impl Send for RxReadyStorage
impl Sync for RxReadyStorage
impl Unpin for RxReadyStorage
impl UnsafeUnpin for RxReadyStorage
impl UnwindSafe for RxReadyStorage
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