Struct miniblink_sys::_wkeClientHandler
source · #[repr(C)]pub struct _wkeClientHandler {
pub onTitleChanged: ON_TITLE_CHANGED,
pub onURLChanged: ON_URL_CHANGED,
}Fields§
§onTitleChanged: ON_TITLE_CHANGED§onURLChanged: ON_URL_CHANGEDTrait Implementations§
source§impl Clone for _wkeClientHandler
impl Clone for _wkeClientHandler
source§fn clone(&self) -> _wkeClientHandler
fn clone(&self) -> _wkeClientHandler
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 _wkeClientHandler
impl Debug for _wkeClientHandler
impl Copy for _wkeClientHandler
Auto Trait Implementations§
impl Freeze for _wkeClientHandler
impl RefUnwindSafe for _wkeClientHandler
impl Send for _wkeClientHandler
impl Sync for _wkeClientHandler
impl Unpin for _wkeClientHandler
impl UnwindSafe for _wkeClientHandler
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