#[repr(u8)]pub enum RomTypeByte {
Type2364 = 0,
Type2332 = 1,
Type2316 = 2,
Type23128 = 3,
Type27512 = 4,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for RomTypeByte
impl Clone for RomTypeByte
Source§fn clone(&self) -> RomTypeByte
fn clone(&self) -> RomTypeByte
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 Debug for RomTypeByte
impl Debug for RomTypeByte
Source§impl<'de> Deserialize<'de> for RomTypeByte
impl<'de> Deserialize<'de> for RomTypeByte
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 PartialEq for RomTypeByte
impl PartialEq for RomTypeByte
Source§impl Serialize for RomTypeByte
impl Serialize for RomTypeByte
impl Copy for RomTypeByte
impl Eq for RomTypeByte
impl StructuralPartialEq for RomTypeByte
Auto Trait Implementations§
impl Freeze for RomTypeByte
impl RefUnwindSafe for RomTypeByte
impl Send for RomTypeByte
impl Sync for RomTypeByte
impl Unpin for RomTypeByte
impl UnsafeUnpin for RomTypeByte
impl UnwindSafe for RomTypeByte
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