Struct vitasdk_sys::SceAppUtilWebBrowserParam
source · #[repr(C)]pub struct SceAppUtilWebBrowserParam {
pub str_: *const c_char,
pub strlen: SceSize,
pub launchMode: c_uint,
pub reserved: c_uint,
}Fields§
§str_: *const c_char§strlen: SceSize§launchMode: c_uint§reserved: c_uintTrait Implementations§
source§impl Clone for SceAppUtilWebBrowserParam
impl Clone for SceAppUtilWebBrowserParam
source§fn clone(&self) -> SceAppUtilWebBrowserParam
fn clone(&self) -> SceAppUtilWebBrowserParam
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more