Struct rtag::frame::UFID [] [src]

pub struct UFID {
    pub owner_identifier: String,
    pub identifier: Vec<u8>,
}

Unique file identifier

Not yet tested!

Fields

Trait Implementations

impl Clone for UFID
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for UFID
[src]

Formats the value using the given formatter.

impl PartialEq for UFID
[src]

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

This method tests for !=.

impl FrameReaderDefault<UFID> for UFID
[src]

impl FrameWriterDefault for UFID
[src]