Struct miniblink_sys::_wkeSettings
source · #[repr(C)]pub struct _wkeSettings {
pub proxy: wkeProxy,
pub mask: c_uint,
pub extension: *const c_char,
}Fields§
§proxy: wkeProxy§mask: c_uint§extension: *const c_charTrait Implementations§
source§impl Clone for _wkeSettings
impl Clone for _wkeSettings
source§fn clone(&self) -> _wkeSettings
fn clone(&self) -> _wkeSettings
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 _wkeSettings
impl Debug for _wkeSettings
impl Copy for _wkeSettings
Auto Trait Implementations§
impl Freeze for _wkeSettings
impl RefUnwindSafe for _wkeSettings
impl !Send for _wkeSettings
impl !Sync for _wkeSettings
impl Unpin for _wkeSettings
impl UnwindSafe for _wkeSettings
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