Struct twmap::Sound [−][src]
pub struct Sound {
pub name: String,
pub data: CompressedData<Vec<u8>, ()>,
}Fields
name: Stringdata: CompressedData<Vec<u8>, ()>Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Soundimpl UnwindSafe for SoundBlanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V