Enum dis_rs::enumerations::ForceId
source · pub enum ForceId {
Show 32 variants
Other,
Friendly,
Opposing,
Neutral,
Friendly2,
Opposing2,
Neutral2,
Friendly3,
Opposing3,
Neutral3,
Friendly4,
Opposing4,
Neutral4,
Friendly5,
Opposing5,
Neutral5,
Friendly6,
Opposing6,
Neutral6,
Friendly7,
Opposing7,
Neutral7,
Friendly8,
Opposing8,
Neutral8,
Friendly9,
Opposing9,
Neutral9,
Friendly10,
Opposing10,
Neutral10,
Unspecified(u8),
}Variants§
Other
Friendly
Opposing
Neutral
Friendly2
Opposing2
Neutral2
Friendly3
Opposing3
Neutral3
Friendly4
Opposing4
Neutral4
Friendly5
Opposing5
Neutral5
Friendly6
Opposing6
Neutral6
Friendly7
Opposing7
Neutral7
Friendly8
Opposing8
Neutral8
Friendly9
Opposing9
Neutral9
Friendly10
Opposing10
Neutral10
Unspecified(u8)
Trait Implementations§
source§impl PartialEq for ForceId
impl PartialEq for ForceId
impl Copy for ForceId
impl Eq for ForceId
impl StructuralEq for ForceId
impl StructuralPartialEq for ForceId
Auto Trait Implementations§
impl RefUnwindSafe for ForceId
impl Send for ForceId
impl Sync for ForceId
impl Unpin for ForceId
impl UnwindSafe for ForceId
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