Struct miniblink_sys::wkeOtherLoadType
source · #[repr(transparent)]pub struct wkeOtherLoadType(pub c_int);Tuple Fields§
§0: c_intImplementations§
source§impl _wkeOtherLoadType
impl _wkeOtherLoadType
pub const WKE_DID_START_LOADING: _wkeOtherLoadType = _
source§impl _wkeOtherLoadType
impl _wkeOtherLoadType
pub const WKE_DID_STOP_LOADING: _wkeOtherLoadType = _
source§impl _wkeOtherLoadType
impl _wkeOtherLoadType
pub const WKE_DID_NAVIGATE: _wkeOtherLoadType = _
source§impl _wkeOtherLoadType
impl _wkeOtherLoadType
pub const WKE_DID_NAVIGATE_IN_PAGE: _wkeOtherLoadType = _
source§impl _wkeOtherLoadType
impl _wkeOtherLoadType
pub const WKE_DID_GET_RESPONSE_DETAILS: _wkeOtherLoadType = _
source§impl _wkeOtherLoadType
impl _wkeOtherLoadType
pub const WKE_DID_GET_REDIRECT_REQUEST: _wkeOtherLoadType = _
source§impl _wkeOtherLoadType
impl _wkeOtherLoadType
pub const WKE_DID_POST_REQUEST: _wkeOtherLoadType = _
Trait Implementations§
source§impl Clone for _wkeOtherLoadType
impl Clone for _wkeOtherLoadType
source§fn clone(&self) -> _wkeOtherLoadType
fn clone(&self) -> _wkeOtherLoadType
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 _wkeOtherLoadType
impl Debug for _wkeOtherLoadType
source§impl Hash for _wkeOtherLoadType
impl Hash for _wkeOtherLoadType
source§impl PartialEq for _wkeOtherLoadType
impl PartialEq for _wkeOtherLoadType
source§fn eq(&self, other: &_wkeOtherLoadType) -> bool
fn eq(&self, other: &_wkeOtherLoadType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for _wkeOtherLoadType
impl Eq for _wkeOtherLoadType
impl StructuralPartialEq for _wkeOtherLoadType
Auto Trait Implementations§
impl Freeze for _wkeOtherLoadType
impl RefUnwindSafe for _wkeOtherLoadType
impl Send for _wkeOtherLoadType
impl Sync for _wkeOtherLoadType
impl Unpin for _wkeOtherLoadType
impl UnwindSafe for _wkeOtherLoadType
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