Struct posix_mq::Name [] [src]

pub struct Name(_);

Wrapper type for queue names that performs basic validation of queue names before calling out to C code.

Methods

impl Name
[src]

[src]

Trait Implementations

impl Debug for Name
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Name
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Name
[src]

[src]

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

[src]

This method tests for !=.

Auto Trait Implementations

impl Send for Name

impl Sync for Name