Struct posix_mq::Message [] [src]

pub struct Message {
    pub data: Vec<u8>,
    pub priority: u32,
}

Fields

Trait Implementations

impl Debug for Message
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Message
[src]

[src]

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

[src]

This method tests for !=.