pub struct SelectorPosition {
pub page_index: u8,
pub slot_index: u8,
}Expand description
Positional Index that the Mii has on the MiiSelector window.
Fields§
§page_index: u8Index of the page where the Mii is found.
slot_index: u8Index of the slot (relative to the page) where the Mii is found.
Trait Implementations§
Source§impl Clone for SelectorPosition
impl Clone for SelectorPosition
Source§fn clone(&self) -> SelectorPosition
fn clone(&self) -> SelectorPosition
Returns a duplicate 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 moreSource§impl Debug for SelectorPosition
impl Debug for SelectorPosition
impl Copy for SelectorPosition
Auto Trait Implementations§
impl Freeze for SelectorPosition
impl RefUnwindSafe for SelectorPosition
impl Send for SelectorPosition
impl Sync for SelectorPosition
impl Unpin for SelectorPosition
impl UnwindSafe for SelectorPosition
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
Mutably borrows from an owned value. Read more
§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)
🔬This is a nightly-only experimental API. (
clone_to_uninit)