Struct fuse_mt::CreatedEntry [] [src]

pub struct CreatedEntry {
    pub ttl: Timespec,
    pub attr: FileAttr,
    pub fh: u64,
    pub flags: u32,
}

The return value for create: contains info on the newly-created file, as well as a handle to the opened file.

Fields

Trait Implementations

impl Clone for CreatedEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CreatedEntry
[src]

Formats the value using the given formatter.