Struct rtag::frame::GEOB [] [src]

pub struct GEOB {
    pub text_encoding: TextEncoding,
    pub mime_type: String,
    pub filename: String,
    pub content_description: String,
    pub encapsulation_object: Vec<u8>,
}

General encapsulated object

Fields

Trait Implementations

impl Clone for GEOB
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GEOB
[src]

Formats the value using the given formatter.

impl PartialEq for GEOB
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl FrameReaderDefault<GEOB> for GEOB
[src]

impl FrameWriterDefault for GEOB
[src]