Struct btrfs_send_parse::Uuid[][src]

pub struct Uuid {
    pub data: [u8; 16],
}

Fields

Trait Implementations

impl Clone for Uuid
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Uuid
[src]

Formats the value using the given formatter. Read more

impl Copy for Uuid
[src]

impl Default for Uuid
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Uuid

impl Sync for Uuid