#[repr(C)]pub struct cbw_ApplicationSettings {
pub engine_seperate_executable_path: cbw_CStrSlice,
pub remote_debugging_port: u16,
pub resource_dir: cbw_CStrSlice,
}
Fields§
§engine_seperate_executable_path: cbw_CStrSlice
§remote_debugging_port: u16
§resource_dir: cbw_CStrSlice
Trait Implementations§
Source§impl Clone for cbw_ApplicationSettings
impl Clone for cbw_ApplicationSettings
Source§fn clone(&self) -> cbw_ApplicationSettings
fn clone(&self) -> cbw_ApplicationSettings
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 cbw_ApplicationSettings
impl Debug for cbw_ApplicationSettings
impl Copy for cbw_ApplicationSettings
Auto Trait Implementations§
impl Freeze for cbw_ApplicationSettings
impl RefUnwindSafe for cbw_ApplicationSettings
impl !Send for cbw_ApplicationSettings
impl !Sync for cbw_ApplicationSettings
impl Unpin for cbw_ApplicationSettings
impl UnwindSafe for cbw_ApplicationSettings
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