#[repr(C)]pub struct MiiSelectorConf {Show 13 fields
pub enable_cancel_button: u8_,
pub enable_selecting_guests: u8_,
pub show_on_top_screen: u8_,
pub _unk0x3: [u8_; 5],
pub title: [u16_; 64],
pub _unk0x88: [u8_; 4],
pub show_guest_page: u8_,
pub _unk0x8D: [u8_; 3],
pub initial_index: u32_,
pub mii_guest_whitelist: [u8_; 6],
pub mii_whitelist: [u8_; 100],
pub _unk0xFE: u16_,
pub magic: u32_,
}Expand description
Parameter structure passed to AppletEd
Fields§
< Enables canceling of selection if nonzero.
enable_selecting_guests: u8_< Makes Guets Miis selectable if nonzero.
show_on_top_screen: u8_< Shows applet on top screen if nonzero, < otherwise show it on the bottom screen.
_unk0x3: [u8_; 5]<
title: [u16_; 64]< UTF16-LE string displayed at the top of the applet. If < set to the empty string, a default title is displayed.
_unk0x88: [u8_; 4]<
show_guest_page: u8_< If nonzero, the applet shows a page with Guest < Miis on launch.
_unk0x8D: [u8_; 3]<
initial_index: u32_< Index of the initially selected Mii. If < MiiSelectorConf.show_guest_page is < set, this is the index of a Guest Mii, < otherwise that of a user Mii.
mii_guest_whitelist: [u8_; 6]< Each byte set to a nonzero value < enables its corresponding Guest < Mii to be enabled for selection.
mii_whitelist: [u8_; 100]< Each byte set to a nonzero value enables < its corresponding user Mii to be enabled < for selection.
_unk0xFE: u16_<
magic: u32_< Will be set to MIISELECTOR_MAGIC before launching the < applet.
Trait Implementations§
Source§impl Clone for MiiSelectorConf
impl Clone for MiiSelectorConf
Source§fn clone(&self) -> MiiSelectorConf
fn clone(&self) -> MiiSelectorConf
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for MiiSelectorConf
impl Debug for MiiSelectorConf
Source§impl Default for MiiSelectorConf
impl Default for MiiSelectorConf
impl Copy for MiiSelectorConf
Auto Trait Implementations§
impl Freeze for MiiSelectorConf
impl RefUnwindSafe for MiiSelectorConf
impl Send for MiiSelectorConf
impl Sync for MiiSelectorConf
impl Unpin for MiiSelectorConf
impl UnwindSafe for MiiSelectorConf
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
clone_to_uninit)