Struct cloudabi::filestat [] [src]

#[repr(C)]
pub struct filestat { pub st_dev: device, pub st_ino: inode, pub st_filetype: filetype, pub st_nlink: linkcount, pub st_size: filesize, pub st_atim: timestamp, pub st_mtim: timestamp, pub st_ctim: timestamp, }

File attributes.

Fields

Device ID of device containing the file.

File serial number.

File type.

Number of hard links to the file.

For regular files, the file size in bytes. For symbolic links, the length in bytes of the pathname contained in the symbolic link.

Last data access timestamp.

Last data modification timestamp.

Last file status change timestamp.

Trait Implementations

impl Copy for filestat
[src]

impl Clone for filestat
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more