Struct btrfs_send_parse::CommandHeader[][src]

pub struct CommandHeader {
    pub len: u32,
    pub cmd: u16,
    pub crc32: u32,
}

Fields

Trait Implementations

impl Clone for CommandHeader
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CommandHeader
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations