pub struct DriverRecvState(/* private fields */);
Expand description
The inner state of a receive future used by [fidl_next::protocol::Transport
].
Auto Trait Implementations§
impl Freeze for DriverRecvState
impl RefUnwindSafe for DriverRecvState
impl Send for DriverRecvState
impl Sync for DriverRecvState
impl Unpin for DriverRecvState
impl UnwindSafe for DriverRecvState
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