Enum fuse_mt::Xattr [] [src]

pub enum Xattr {
    Size(u32),
    Data(Vec<u8>),
}

Represents the return value from the listxattr and getxattr calls, which can be either a size or contain data, depending on how they are called.

Variants

Trait Implementations

impl Clone for Xattr
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Xattr
[src]

[src]

Formats the value using the given formatter.