Struct btrfs_send_parse::TLVEntry[][src]

pub struct TLVEntry {
    pub key: u16,
    pub value: Vec<u8>,
}

Fields

Trait Implementations

impl Clone for TLVEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TLVEntry
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for TLVEntry

impl Sync for TLVEntry