#[repr(C)]pub struct WuiConfigC {
pub devtools_mode: DevToolsMode,
pub remote_debugging_port: u16,
pub locale: *const c_char,
pub cache_directory_path: *const c_char,
pub wui_resources_path: *const c_char,
pub max_tab_frame_rate: u32,
pub no_sandbox: bool,
}Fields§
§devtools_mode: DevToolsMode§remote_debugging_port: u16§locale: *const c_char§cache_directory_path: *const c_char§wui_resources_path: *const c_char§max_tab_frame_rate: u32§no_sandbox: boolAuto Trait Implementations§
impl Freeze for WuiConfigC
impl RefUnwindSafe for WuiConfigC
impl !Send for WuiConfigC
impl !Sync for WuiConfigC
impl Unpin for WuiConfigC
impl UnwindSafe for WuiConfigC
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