pub enum MocVersion {
V2_6_INTIAL,
V2_7_OPACITY,
V2_8_TEX_OPTION,
V2_9_AVATAR_PARTS,
V2_10_SDK2,
V2_11_SDK2_1,
V30,
V33,
V40,
V42,
V50,
}Variants§
V2_6_INTIAL
moc 0x6, initial version,
V2_7_OPACITY
moc 0x6, opacity support
V2_8_TEX_OPTION
moc 0x8, texture option support,
V2_9_AVATAR_PARTS
moc 0x9, Avatar parts support,
V2_10_SDK2
moc 0xA, SDK 2.0,
V2_11_SDK2_1
moc 0xB, SDK 2.1,
V30
moc3 0x1
V33
moc3 0x2
V40
moc3 0x3
V42
moc3 0x4
V50
moc3 0x5
Trait Implementations§
Source§impl<'de> Deserialize<'de> for MocVersion
impl<'de> Deserialize<'de> for MocVersion
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for MocVersion
impl Ord for MocVersion
Source§fn cmp(&self, other: &MocVersion) -> Ordering
fn cmp(&self, other: &MocVersion) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for MocVersion
impl PartialEq for MocVersion
Source§impl PartialOrd for MocVersion
impl PartialOrd for MocVersion
Source§impl Serialize for MocVersion
impl Serialize for MocVersion
impl Eq for MocVersion
impl StructuralPartialEq for MocVersion
Auto Trait Implementations§
impl Freeze for MocVersion
impl RefUnwindSafe for MocVersion
impl Send for MocVersion
impl Sync for MocVersion
impl Unpin for MocVersion
impl UnwindSafe for MocVersion
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