[−][src]Struct pspsdk_sys::sdk::pspUtilityHtmlViewerParam
Fields
base: pspUtilityDialogCommonmemaddr: *mut c_voidPointer to the memory pool to be used
memsize: c_uintSize of the memory pool
unknown1: c_intUnknown. Pass 0
unknown2: c_intUnknown. Pass 0
initialurl: *mut c_charURL to be opened initially
numtabs: c_uintNumber of tabs (maximum of 3)
interfacemode: c_uintOne of ::pspUtilityHtmlViewerInterfaceModes
options: c_uintValues from ::pspUtilityHtmlViewerOptions. Bitwise OR together
dldirname: *mut c_charDirectory to be used for downloading
dlfilename: *mut c_charFilename to be used for downloading
uldirname: *mut c_charDirectory to be used for uploading
ulfilename: *mut c_charFilename to be used for uploading
One of ::pspUtilityHtmlViewerCookieModes
unknown3: c_uintUnknown. Pass 0
homeurl: *mut c_charURL to set the home page to
textsize: c_uintOne of ::pspUtilityHtmlViewerTextSizes
displaymode: c_uintOne of ::pspUtilityHtmlViewerDisplayModes
connectmode: c_uintOne of ::pspUtilityHtmlViewerConnectModes
disconnectmode: c_uintOne of ::pspUtilityHtmlViewerDisconnectModes
memused: c_uintThe maximum amount of memory the browser used
unknown4: [c_int; 10]Unknown. Pass 0
Trait Implementations
impl Clone for pspUtilityHtmlViewerParam[src]
fn clone(&self) -> Self[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for pspUtilityHtmlViewerParam[src]
impl Debug for pspUtilityHtmlViewerParam[src]
Auto Trait Implementations
impl !Send for pspUtilityHtmlViewerParam
impl !Sync for pspUtilityHtmlViewerParam
impl Unpin for pspUtilityHtmlViewerParam
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,