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