pub struct WifiGetChipResponder { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for WifiGetChipResponder
impl Debug for WifiGetChipResponder
Source§impl Drop for WifiGetChipResponder
impl Drop for WifiGetChipResponder
Set the the channel to be shutdown (see WifiControlHandle::shutdown
)
if the responder is dropped without sending a response, so that the client
doesn’t hang. To prevent this behavior, call drop_without_shutdown
.
Source§impl Responder for WifiGetChipResponder
impl Responder for WifiGetChipResponder
Source§type ControlHandle = WifiControlHandle
type ControlHandle = WifiControlHandle
The control handle for this protocol.
Source§fn control_handle(&self) -> &WifiControlHandle
fn control_handle(&self) -> &WifiControlHandle
Returns the
ControlHandle
for this protocol.Source§fn drop_without_shutdown(self)
fn drop_without_shutdown(self)
Drops the responder without setting the channel to shutdown. Read more
Auto Trait Implementations§
impl Freeze for WifiGetChipResponder
impl !RefUnwindSafe for WifiGetChipResponder
impl Send for WifiGetChipResponder
impl Sync for WifiGetChipResponder
impl Unpin for WifiGetChipResponder
impl !UnwindSafe for WifiGetChipResponder
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