Struct rtag::frame::IPLS [] [src]

pub struct IPLS {
    pub text_encoding: TextEncoding,
    pub people_list_strings: String,
}

Involved people list

Fields

Trait Implementations

impl Clone for IPLS
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IPLS
[src]

Formats the value using the given formatter.

impl PartialEq for IPLS
[src]

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

This method tests for !=.

impl FrameReaderDefault<IPLS> for IPLS
[src]

impl FrameWriterDefault for IPLS
[src]