Struct twa_pack_lib::PackedFile [−][src]
Fields
timestamp: Option<u32>
name: String
content: Vec<u8>
Trait Implementations
impl Display for PackedFile[src]
impl Display for PackedFilefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Debug for PackedFile[src]
impl Debug for PackedFileAuto Trait Implementations
impl Send for PackedFile
impl Send for PackedFileimpl Sync for PackedFile
impl Sync for PackedFile