Struct rtag::frame::POPM [] [src]

pub struct POPM {
    pub email_to_user: String,
    pub rating: u8,
    pub counter: u32,
}

Popularimeter

Not yet tested! counter: support that only the 32-bit unsigned integer type

Fields

Trait Implementations

impl Clone for POPM
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for POPM
[src]

Formats the value using the given formatter.

impl PartialEq for POPM
[src]

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

This method tests for !=.

impl FrameReaderDefault<POPM> for POPM
[src]

impl FrameWriterDefault for POPM
[src]