Struct palmdb::RecordInfo [] [src]

pub struct RecordInfo {
    pub offset: u32,
    // some fields omitted
}

Metadata for a specific record

Fields

Indicates the offset from the beginning of the file. It should not be used as an index into the PalmDB::records field

Methods

impl RecordInfo
[src]

Returns true if the 0x10 bit is set for the record

Returns true if the 0x20 bit is set for the record

Returns true if the 0x40 bit is set for the record

Returns true if the 0x80 bit is set for the record

Trait Implementations

impl Debug for RecordInfo
[src]

Formats the value using the given formatter.

impl Clone for RecordInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for RecordInfo
[src]

impl PartialEq for RecordInfo
[src]

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

This method tests for !=.

impl Eq for RecordInfo
[src]