Struct nt::EntryData[][src]

pub struct EntryData {
    pub name: String,
    pub flags: u8,
    pub value: EntryValue,
    pub seqnum: u16,
}

Struct containing the data associated with an entry. Used interally to store entries

Fields

The name associated with this entry

The flags associated with this entry

The value associated with this entry

The most recent sequence number associated with this entry

Methods

impl EntryData
[src]

Creates a new EntryData with the given parameters, and a sequence number of 1

Trait Implementations

impl Clone for EntryData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EntryData
[src]

Formats the value using the given formatter. Read more

impl PartialEq for EntryData
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for EntryData

impl Sync for EntryData