Struct esp_idf_sys::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§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for esp_vhci_host_callback
impl Debug for esp_vhci_host_callback
source§impl Default for esp_vhci_host_callback
impl Default for esp_vhci_host_callback
source§fn default() -> esp_vhci_host_callback
fn default() -> esp_vhci_host_callback
Returns the “default value” for a type. Read more
impl 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§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
§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
)