Enum goxlr_profile_loader::components::gender::GenderStyle
source · [−]pub enum GenderStyle {
Narrow,
Medium,
Wide,
}
Variants
Narrow
Medium
Wide
Trait Implementations
sourceimpl Debug for GenderStyle
impl Debug for GenderStyle
sourceimpl Default for GenderStyle
impl Default for GenderStyle
sourceimpl Enum for GenderStyle
impl Enum for GenderStyle
sourcefn from_usize(value: usize) -> Self
fn from_usize(value: usize) -> Self
Takes an usize, and returns an element matching into_usize
function.
sourcefn into_usize(self) -> usize
fn into_usize(self) -> usize
Returns an unique identifier for a value within range of 0..Array::LENGTH
.
sourceimpl<V> EnumArray<V> for GenderStyle
impl<V> EnumArray<V> for GenderStyle
sourceimpl EnumProperty for GenderStyle
impl EnumProperty for GenderStyle
sourceimpl IntoEnumIterator for GenderStyle
impl IntoEnumIterator for GenderStyle
type Iterator = GenderStyleIter
fn iter() -> GenderStyleIterⓘNotable traits for GenderStyleIterimpl Iterator for GenderStyleIter type Item = GenderStyle;
Auto Trait Implementations
impl RefUnwindSafe for GenderStyle
impl Send for GenderStyle
impl Sync for GenderStyle
impl Unpin for GenderStyle
impl UnwindSafe for GenderStyle
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more