[][src]Struct pspsdk_sys::sdk::_pspUtilityNetconfData

#[repr(C)]pub struct _pspUtilityNetconfData {
    pub base: pspUtilityDialogCommon,
    pub action: c_int,
    pub adhocparam: *mut pspUtilityNetconfAdhoc,
    pub hotspot: c_int,
    pub hotspot_connected: c_int,
    pub wifisp: c_int,
}

Fields

base: pspUtilityDialogCommonaction: c_intadhocparam: *mut pspUtilityNetconfAdhoc

One of pspUtilityNetconfActions

hotspot: c_inthotspot_connected: c_int

Set to 1 to allow connections with the 'Internet Browser' option set to 'Start' (ie. hotspot connection)

wifisp: c_int

Will be set to 1 when connected to a hotspot style connection

Trait Implementations

impl Clone for _pspUtilityNetconfData[src]

impl Copy for _pspUtilityNetconfData[src]

impl Debug for _pspUtilityNetconfData[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.