Struct browser_window::prelude::cbw_Event
source · #[repr(C)]pub struct cbw_Event {
pub callback: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut c_void) -> i32>,
pub data: *mut c_void,
}
Fields§
§callback: Option<unsafe extern "C" fn(_: *mut c_void, _: *mut c_void) -> i32>
§data: *mut c_void
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for cbw_Event
impl !Send for cbw_Event
impl !Sync for cbw_Event
impl Unpin for cbw_Event
impl UnwindSafe for cbw_Event
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