Struct miniblink_sys::_wkeNavigationType
source · #[repr(transparent)]pub struct _wkeNavigationType(pub c_int);Tuple Fields§
§0: c_intImplementations§
pub const WKE_NAVIGATION_TYPE_LINKCLICK: _wkeNavigationType = _
pub const WKE_NAVIGATION_TYPE_FORMSUBMITTE: _wkeNavigationType = _
pub const WKE_NAVIGATION_TYPE_BACKFORWARD: _wkeNavigationType = _
pub const WKE_NAVIGATION_TYPE_RELOAD: _wkeNavigationType = _
pub const WKE_NAVIGATION_TYPE_FORMRESUBMITT: _wkeNavigationType = _
pub const WKE_NAVIGATION_TYPE_OTHER: _wkeNavigationType = _
Trait Implementations§
source§fn clone(&self) -> _wkeNavigationType
fn clone(&self) -> _wkeNavigationType
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§fn eq(&self, other: &_wkeNavigationType) -> bool
fn eq(&self, other: &_wkeNavigationType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.Auto Trait Implementations§
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