#[repr(C)]pub struct _mbSettings {
pub proxy: mbProxy,
pub mask: c_uint,
pub blinkThreadInitCallback: mbOnBlinkThreadInitCallback,
pub blinkThreadInitCallbackParam: *mut c_void,
pub version: isize,
pub mainDllPath: *const wchar_t,
pub mainDllHandle: HMODULE,
pub config: *const c_char,
}Fields§
§proxy: mbProxy§mask: c_uint§blinkThreadInitCallback: mbOnBlinkThreadInitCallback§blinkThreadInitCallbackParam: *mut c_void§version: isize§mainDllPath: *const wchar_t§mainDllHandle: HMODULE§config: *const c_charTrait Implementations§
Source§impl Clone for _mbSettings
impl Clone for _mbSettings
Source§fn clone(&self) -> _mbSettings
fn clone(&self) -> _mbSettings
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 moreimpl Copy for _mbSettings
Auto Trait Implementations§
impl Freeze for _mbSettings
impl RefUnwindSafe for _mbSettings
impl !Send for _mbSettings
impl !Sync for _mbSettings
impl Unpin for _mbSettings
impl UnwindSafe for _mbSettings
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