#[repr(C)]pub struct cbw_ApplicationDispatchData {
pub func: cbw_ApplicationDispatchFn,
pub data: *mut c_void,
}
Fields§
§func: cbw_ApplicationDispatchFn
§data: *mut c_void
Trait Implementations§
source§impl Clone for cbw_ApplicationDispatchData
impl Clone for cbw_ApplicationDispatchData
source§fn clone(&self) -> cbw_ApplicationDispatchData
fn clone(&self) -> cbw_ApplicationDispatchData
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 moresource§impl Debug for cbw_ApplicationDispatchData
impl Debug for cbw_ApplicationDispatchData
impl Copy for cbw_ApplicationDispatchData
Auto Trait Implementations§
impl RefUnwindSafe for cbw_ApplicationDispatchData
impl !Send for cbw_ApplicationDispatchData
impl !Sync for cbw_ApplicationDispatchData
impl Unpin for cbw_ApplicationDispatchData
impl UnwindSafe for cbw_ApplicationDispatchData
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