Struct libssh2_sys::LIBSSH2_SFTP_ATTRIBUTES[][src]

#[repr(C)]
pub struct LIBSSH2_SFTP_ATTRIBUTES { pub flags: c_ulong, pub filesize: libssh2_uint64_t, pub uid: c_ulong, pub gid: c_ulong, pub permissions: c_ulong, pub atime: c_ulong, pub mtime: c_ulong, }

Fields

Trait Implementations

impl Copy for LIBSSH2_SFTP_ATTRIBUTES
[src]

impl Clone for LIBSSH2_SFTP_ATTRIBUTES
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations