pub struct AsyncIgtlConnectionReader { /* private fields */ }
Expand description
Read half of an async OpenIGTLink connection
Implementations§
Source§impl AsyncIgtlConnectionReader
impl AsyncIgtlConnectionReader
Sourcepub async fn receive<T: Message>(&mut self) -> Result<IgtlMessage<T>>
pub async fn receive<T: Message>(&mut self) -> Result<IgtlMessage<T>>
Receive a message from the read half
Auto Trait Implementations§
impl Freeze for AsyncIgtlConnectionReader
impl RefUnwindSafe for AsyncIgtlConnectionReader
impl Send for AsyncIgtlConnectionReader
impl Sync for AsyncIgtlConnectionReader
impl Unpin for AsyncIgtlConnectionReader
impl UnwindSafe for AsyncIgtlConnectionReader
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