Struct ctru::mii::SelectorPosition
source · 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: u8
Index of the page where the Mii is found.
slot_index: u8
Index 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 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 moresource§impl Debug for SelectorPosition
impl Debug for SelectorPosition
impl Copy for SelectorPosition
Auto Trait Implementations§
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