pub struct AsyncIgtlConnectionWriter { /* private fields */ }
Expand description
Write half of an async OpenIGTLink connection
Implementations§
Auto Trait Implementations§
impl Freeze for AsyncIgtlConnectionWriter
impl RefUnwindSafe for AsyncIgtlConnectionWriter
impl Send for AsyncIgtlConnectionWriter
impl Sync for AsyncIgtlConnectionWriter
impl Unpin for AsyncIgtlConnectionWriter
impl UnwindSafe for AsyncIgtlConnectionWriter
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