1.1.0[−][src]Trait std::os::macos::fs::MetadataExt
OS-specific extensions to fs::Metadata
.
Required methods
fn as_raw_stat(&self) -> &stat
Deprecated since 1.8.0:
deprecated in favor of the accessor methods of this trait
Gain a reference to the underlying stat
structure which contains
the raw information returned by the OS.
The contents of the returned stat
are not consistent across
Unix platforms. The os::unix::fs::MetadataExt
trait contains the
cross-Unix abstractions contained within the raw stat.