Struct shared_memory_server::ShmemClient
source · pub struct ShmemClient<T, U> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<T, U> !RefUnwindSafe for ShmemClient<T, U>
impl<T, U> Send for ShmemClient<T, U>where T: Send, U: Send,
impl<T, U> !Sync for ShmemClient<T, U>
impl<T, U> Unpin for ShmemClient<T, U>where T: Unpin, U: Unpin,
impl<T, U> !UnwindSafe for ShmemClient<T, U>
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