#[repr(u8)]pub enum Race {
Hyur = 0,
Elezen = 1,
Lalafell = 2,
Miqote = 3,
Roegadyn = 4,
AuRa = 5,
Hrothgar = 6,
Viera = 7,
}
Expand description
The major races of Eorzea.
Variants§
Trait Implementations§
source§impl PartialEq for Race
impl PartialEq for Race
impl Eq for Race
impl StructuralPartialEq for Race
Auto Trait Implementations§
impl Freeze for Race
impl RefUnwindSafe for Race
impl Send for Race
impl Sync for Race
impl Unpin for Race
impl UnwindSafe for Race
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more