pub struct MainArgs {
pub argc: c_int,
pub argv: *mut *mut c_char,
}Expand description
See _cef_main_args_t for more documentation.
Fields§
§argc: c_int§argv: *mut *mut c_charTrait Implementations§
Source§impl From<MainArgs> for _cef_main_args_t
impl From<MainArgs> for _cef_main_args_t
Source§impl From<_cef_main_args_t> for MainArgs
impl From<_cef_main_args_t> for MainArgs
Source§fn from(value: _cef_main_args_t) -> Self
fn from(value: _cef_main_args_t) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for MainArgs
impl RefUnwindSafe for MainArgs
impl !Send for MainArgs
impl !Sync for MainArgs
impl Unpin for MainArgs
impl UnwindSafe for MainArgs
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