Struct std::os::unix::fs::Metadata [] [src]

pub struct Metadata(_);
Unstable

: recently added API

Methods

impl Metadata

fn dev(&self) -> dev_t

Unstable

: recently added API

fn ino(&self) -> ino_t

Unstable

: recently added API

fn mode(&self) -> mode_t

Unstable

: recently added API

Unstable

: recently added API

fn uid(&self) -> uid_t

Unstable

: recently added API

fn gid(&self) -> gid_t

Unstable

: recently added API

fn rdev(&self) -> dev_t

Unstable

: recently added API

fn size(&self) -> off_t

Unstable

: recently added API

fn atime(&self) -> time_t

Unstable

: recently added API

fn atime_nsec(&self) -> c_long

Unstable

: recently added API

fn mtime(&self) -> time_t

Unstable

: recently added API

fn mtime_nsec(&self) -> c_long

Unstable

: recently added API

fn ctime(&self) -> time_t

Unstable

: recently added API

fn ctime_nsec(&self) -> c_long

Unstable

: recently added API

fn blksize(&self) -> blksize_t

Unstable

: recently added API

fn blocks(&self) -> blkcnt_t

Unstable

: recently added API

impl Metadata

fn dev(&self) -> dev_t

Unstable

: recently added API

fn ino(&self) -> ino_t

Unstable

: recently added API

fn mode(&self) -> mode_t

Unstable

: recently added API

Unstable

: recently added API

fn uid(&self) -> uid_t

Unstable

: recently added API

fn gid(&self) -> gid_t

Unstable

: recently added API

fn rdev(&self) -> dev_t

Unstable

: recently added API

fn size(&self) -> off_t

Unstable

: recently added API

fn atime(&self) -> time_t

Unstable

: recently added API

fn atime_nsec(&self) -> c_long

Unstable

: recently added API

fn mtime(&self) -> time_t

Unstable

: recently added API

fn mtime_nsec(&self) -> c_long

Unstable

: recently added API

fn ctime(&self) -> time_t

Unstable

: recently added API

fn ctime_nsec(&self) -> c_long

Unstable

: recently added API

fn blksize(&self) -> blksize_t

Unstable

: recently added API

fn blocks(&self) -> blkcnt_t

Unstable

: recently added API

Trait Implementations

impl MetadataExt for Metadata

fn as_raw_stat(&self) -> &stat