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