Struct tauri_runtime::RuntimeInitArgs
source · pub struct RuntimeInitArgs {
pub msg_hook: Option<Box<dyn FnMut(*const c_void) -> bool + 'static>>,
}
Fields§
§msg_hook: Option<Box<dyn FnMut(*const c_void) -> bool + 'static>>
Trait Implementations§
source§impl Default for RuntimeInitArgs
impl Default for RuntimeInitArgs
source§fn default() -> RuntimeInitArgs
fn default() -> RuntimeInitArgs
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for RuntimeInitArgs
impl !Send for RuntimeInitArgs
impl !Sync for RuntimeInitArgs
impl Unpin for RuntimeInitArgs
impl !UnwindSafe for RuntimeInitArgs
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