Struct browser_window::prelude::cbw_ApplicationDispatchData [−]
#[repr(C)]pub struct cbw_ApplicationDispatchData {
pub func: Option<unsafe extern "C" fn(*mut cbw_Application, *mut c_void)>,
pub data: *mut c_void,
}Fields
func: Option<unsafe extern "C" fn(*mut cbw_Application, *mut c_void)>data: *mut c_voidTrait Implementations
impl Clone for cbw_ApplicationDispatchData
impl Clone for cbw_ApplicationDispatchData
pub fn clone(&self) -> cbw_ApplicationDispatchData
pub fn clone(&self) -> cbw_ApplicationDispatchData
Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
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
Mutably borrows from an owned value. Read more