pub struct IpcClientConnSurface<'a> { /* private fields */ }Expand description
Request interface for a specific surface id.
Implementations§
Source§impl IpcClientConnSurface<'_>
impl IpcClientConnSurface<'_>
Sourcepub async fn request<T: SurfaceRequestable>(
&mut self,
req: T,
) -> Result<T::Response>
pub async fn request<T: SurfaceRequestable>( &mut self, req: T, ) -> Result<T::Response>
Send a surface request.
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for IpcClientConnSurface<'a>
impl<'a> !UnwindSafe for IpcClientConnSurface<'a>
impl<'a> Freeze for IpcClientConnSurface<'a>
impl<'a> Send for IpcClientConnSurface<'a>
impl<'a> Sync for IpcClientConnSurface<'a>
impl<'a> Unpin for IpcClientConnSurface<'a>
impl<'a> UnsafeUnpin for IpcClientConnSurface<'a>
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