Struct btrfs_send_parse::TLVData[][src]

pub struct TLVData {
    pub entries: Vec<TLVEntry>,
}

Fields

Methods

impl TLVData
[src]

Trait Implementations

impl Clone for TLVData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TLVData
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for TLVData

impl Sync for TLVData