pub enum LifeFormHumanSpecificGrenadeLaunchers {
Show 41 variants
Other = 0,
_40x46mmArsenalUGGLM1 = 1,
_40x46mmArsenalMSGL = 2,
_40mmVOGArsenalMSGL = 3,
_40x46mmArsenalUBGLM16 = 4,
_40x46mmArsenalUBGLM8 = 5,
_40x46mmArsenalUBGLM7 = 6,
_30mmBS1Tishina = 10,
_40mmBTS203 = 11,
_40mmIndumilIMC40 = 12,
_40mmVOGBG15 = 20,
_40mmVOGGP25Kostoyor = 21,
_40mmVOGGP30Obuvka = 22,
_40mmVOGGP34 = 23,
_40mmVOGRGM40Kastet = 24,
_40mmVOGRG6 = 25,
_40x46mmM79 = 30,
_40x46mmM203 = 31,
_40x36mmM320 = 32,
_40x46mmCIS40GL = 35,
_40x46mmEAGLEGL = 36,
_40x46mmHKAG36 = 37,
_40x46mmHKAGCGLM = 38,
_40x46mmHK69A1 = 39,
_40x46mmBerettaGLX160 = 40,
_40x46mmARDEUBGL = 41,
_40x46mmXML148 = 42,
_40x46mmChinaLakeGL = 43,
_40x46mmHawkMM1 = 44,
_25x40mmXM25CDTE = 50,
_37mmMilkor3738LLStopper = 60,
_40mmMilkor40GL = 61,
_40mmMilkorMGL = 62,
_40x47mmPalladwz1974 = 65,
_40x47mmPalladwz1983 = 66,
UGL200CanisterRWGL3 = 70,
_20x30mmSTDaewooK11 = 80,
_35mmType91BreechLoadGL = 90,
_40x53mmCZW40 = 95,
_45mmDP64 = 100,
_20x42mmNeopupPAW20 = 105,
}
Variants§
Other = 0
_40x46mmArsenalUGGLM1 = 1
_40x46mmArsenalMSGL = 2
_40mmVOGArsenalMSGL = 3
_40x46mmArsenalUBGLM16 = 4
_40x46mmArsenalUBGLM8 = 5
_40x46mmArsenalUBGLM7 = 6
_30mmBS1Tishina = 10
_40mmBTS203 = 11
_40mmIndumilIMC40 = 12
_40mmVOGBG15 = 20
_40mmVOGGP25Kostoyor = 21
_40mmVOGGP30Obuvka = 22
_40mmVOGGP34 = 23
_40mmVOGRGM40Kastet = 24
_40mmVOGRG6 = 25
_40x46mmM79 = 30
_40x46mmM203 = 31
_40x36mmM320 = 32
_40x46mmCIS40GL = 35
_40x46mmEAGLEGL = 36
_40x46mmHKAG36 = 37
_40x46mmHKAGCGLM = 38
_40x46mmHK69A1 = 39
_40x46mmBerettaGLX160 = 40
_40x46mmARDEUBGL = 41
_40x46mmXML148 = 42
_40x46mmChinaLakeGL = 43
_40x46mmHawkMM1 = 44
_25x40mmXM25CDTE = 50
_37mmMilkor3738LLStopper = 60
_40mmMilkor40GL = 61
_40mmMilkorMGL = 62
_40x47mmPalladwz1974 = 65
_40x47mmPalladwz1983 = 66
UGL200CanisterRWGL3 = 70
_20x30mmSTDaewooK11 = 80
_35mmType91BreechLoadGL = 90
_40x53mmCZW40 = 95
_45mmDP64 = 100
_20x42mmNeopupPAW20 = 105
Implementations§
Trait Implementations§
Source§impl Clone for LifeFormHumanSpecificGrenadeLaunchers
impl Clone for LifeFormHumanSpecificGrenadeLaunchers
Source§fn clone(&self) -> LifeFormHumanSpecificGrenadeLaunchers
fn clone(&self) -> LifeFormHumanSpecificGrenadeLaunchers
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for LifeFormHumanSpecificGrenadeLaunchers
impl Default for LifeFormHumanSpecificGrenadeLaunchers
Source§fn default() -> LifeFormHumanSpecificGrenadeLaunchers
fn default() -> LifeFormHumanSpecificGrenadeLaunchers
Returns the “default value” for a type. Read more
Source§impl FromPrimitive for LifeFormHumanSpecificGrenadeLaunchers
impl FromPrimitive for LifeFormHumanSpecificGrenadeLaunchers
Source§fn from_i64(n: i64) -> Option<Self>
fn from_i64(n: i64) -> Option<Self>
Converts an
i64
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned.Source§fn from_u64(n: u64) -> Option<Self>
fn from_u64(n: u64) -> Option<Self>
Converts an
u64
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned.Source§fn from_isize(n: isize) -> Option<Self>
fn from_isize(n: isize) -> Option<Self>
Converts an
isize
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned.Source§fn from_i8(n: i8) -> Option<Self>
fn from_i8(n: i8) -> Option<Self>
Converts an
i8
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned.Source§fn from_i16(n: i16) -> Option<Self>
fn from_i16(n: i16) -> Option<Self>
Converts an
i16
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned.Source§fn from_i32(n: i32) -> Option<Self>
fn from_i32(n: i32) -> Option<Self>
Converts an
i32
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned.Source§fn from_i128(n: i128) -> Option<Self>
fn from_i128(n: i128) -> Option<Self>
Converts an
i128
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned. Read moreSource§fn from_usize(n: usize) -> Option<Self>
fn from_usize(n: usize) -> Option<Self>
Converts a
usize
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned.Source§fn from_u8(n: u8) -> Option<Self>
fn from_u8(n: u8) -> Option<Self>
Converts an
u8
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned.Source§fn from_u16(n: u16) -> Option<Self>
fn from_u16(n: u16) -> Option<Self>
Converts an
u16
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned.Source§fn from_u32(n: u32) -> Option<Self>
fn from_u32(n: u32) -> Option<Self>
Converts an
u32
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned.Source§fn from_u128(n: u128) -> Option<Self>
fn from_u128(n: u128) -> Option<Self>
Converts an
u128
to return an optional value of this type. If the
value cannot be represented by this type, then None
is returned. Read moreSource§impl PartialEq for LifeFormHumanSpecificGrenadeLaunchers
impl PartialEq for LifeFormHumanSpecificGrenadeLaunchers
Source§fn eq(&self, other: &LifeFormHumanSpecificGrenadeLaunchers) -> bool
fn eq(&self, other: &LifeFormHumanSpecificGrenadeLaunchers) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for LifeFormHumanSpecificGrenadeLaunchers
impl StructuralPartialEq for LifeFormHumanSpecificGrenadeLaunchers
Auto Trait Implementations§
impl Freeze for LifeFormHumanSpecificGrenadeLaunchers
impl RefUnwindSafe for LifeFormHumanSpecificGrenadeLaunchers
impl Send for LifeFormHumanSpecificGrenadeLaunchers
impl Sync for LifeFormHumanSpecificGrenadeLaunchers
impl Unpin for LifeFormHumanSpecificGrenadeLaunchers
impl UnwindSafe for LifeFormHumanSpecificGrenadeLaunchers
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