Struct cros_async::sys::linux::async_types::AsyncTube
source · pub struct AsyncTube {
inner: IoSource<Tube>,
}
Fields§
§inner: IoSource<Tube>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AsyncTube
impl !RefUnwindSafe for AsyncTube
impl Send for AsyncTube
impl Sync for AsyncTube
impl Unpin for AsyncTube
impl !UnwindSafe for AsyncTube
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