pub struct MemPusher {
pub receive: Arc<SpinMutex<Vec<u8>>>,
}
Fields§
§receive: Arc<SpinMutex<Vec<u8>>>
Implementations§
Trait Implementations§
Source§impl RandPusher for MemPusher
impl RandPusher for MemPusher
Auto Trait Implementations§
impl Freeze for MemPusher
impl !RefUnwindSafe for MemPusher
impl Send for MemPusher
impl Sync for MemPusher
impl Unpin for MemPusher
impl !UnwindSafe for MemPusher
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