Struct gdal_sys::stat[][src]

#[repr(C)]
pub struct stat {
Show fields pub st_dev: dev_t, pub st_mode: mode_t, pub st_nlink: nlink_t, pub st_ino: __darwin_ino64_t, pub st_uid: uid_t, pub st_gid: gid_t, pub st_rdev: dev_t, pub st_atimespec: timespec, pub st_mtimespec: timespec, pub st_ctimespec: timespec, pub st_birthtimespec: timespec, pub st_size: off_t, pub st_blocks: blkcnt_t, pub st_blksize: blksize_t, pub st_flags: __uint32_t, pub st_gen: __uint32_t, pub st_lspare: __int32_t, pub st_qspare: [__int64_t; 2],
}

Fields

st_dev: dev_tst_mode: mode_tst_nlink: nlink_tst_ino: __darwin_ino64_tst_uid: uid_tst_gid: gid_tst_rdev: dev_tst_atimespec: timespecst_mtimespec: timespecst_ctimespec: timespecst_birthtimespec: timespecst_size: off_tst_blocks: blkcnt_tst_blksize: blksize_tst_flags: __uint32_tst_gen: __uint32_tst_lspare: __int32_tst_qspare: [__int64_t; 2]

Trait Implementations

impl Clone for stat[src]

impl Copy for stat[src]

impl Debug for stat[src]

Auto Trait Implementations

impl RefUnwindSafe for stat

impl Send for stat

impl Sync for stat

impl Unpin for stat

impl UnwindSafe for stat

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.