Struct esp_wifi_sys::include::esp_vhci_host_callback
source · #[repr(C)]pub struct esp_vhci_host_callback {
pub notify_host_send_available: Option<unsafe extern "C" fn()>,
pub notify_host_recv: Option<unsafe extern "C" fn(data: *mut u8, len: u16) -> c_int>,
}
Expand description
@brief esp_vhci_host_callback used for vhci call host function to notify what host need to do
Fields§
§notify_host_send_available: Option<unsafe extern "C" fn()>
< callback used to notify that the host can send packet to controller
notify_host_recv: Option<unsafe extern "C" fn(data: *mut u8, len: u16) -> c_int>
< callback used to notify that the controller has a packet to send to the host
Trait Implementations§
source§impl Clone for esp_vhci_host_callback
impl Clone for esp_vhci_host_callback
source§fn clone(&self) -> esp_vhci_host_callback
fn clone(&self) -> esp_vhci_host_callback
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for esp_vhci_host_callback
Auto Trait Implementations§
impl Freeze for esp_vhci_host_callback
impl RefUnwindSafe for esp_vhci_host_callback
impl Send for esp_vhci_host_callback
impl Sync for esp_vhci_host_callback
impl Unpin for esp_vhci_host_callback
impl UnwindSafe for esp_vhci_host_callback
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)