Enum twmap::ItemType [−][src]
pub enum ItemType {
Version,
Info,
Image,
Envelope,
Group,
Layer,
EnvPoints,
Sound,
AutoMapper,
Unknown(u16),
}Variants
Unknown(u16)Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ItemTypeimpl UnwindSafe for ItemTypeBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V