Struct libssh2_sys::LIBSSH2_SFTP_STATVFS
source · #[repr(C)]pub struct LIBSSH2_SFTP_STATVFS {
pub f_bsize: libssh2_uint64_t,
pub f_frsize: libssh2_uint64_t,
pub f_blocks: libssh2_uint64_t,
pub f_bfree: libssh2_uint64_t,
pub f_bavail: libssh2_uint64_t,
pub f_files: libssh2_uint64_t,
pub f_ffree: libssh2_uint64_t,
pub f_favail: libssh2_uint64_t,
pub f_fsid: libssh2_uint64_t,
pub f_flag: libssh2_uint64_t,
pub f_namemax: libssh2_uint64_t,
}
Fields§
§f_bsize: libssh2_uint64_t
§f_frsize: libssh2_uint64_t
§f_blocks: libssh2_uint64_t
§f_bfree: libssh2_uint64_t
§f_bavail: libssh2_uint64_t
§f_files: libssh2_uint64_t
§f_ffree: libssh2_uint64_t
§f_favail: libssh2_uint64_t
§f_fsid: libssh2_uint64_t
§f_flag: libssh2_uint64_t
§f_namemax: libssh2_uint64_t
Trait Implementations§
source§impl Clone for LIBSSH2_SFTP_STATVFS
impl Clone for LIBSSH2_SFTP_STATVFS
source§fn clone(&self) -> LIBSSH2_SFTP_STATVFS
fn clone(&self) -> LIBSSH2_SFTP_STATVFS
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for LIBSSH2_SFTP_STATVFS
Auto Trait Implementations§
impl RefUnwindSafe for LIBSSH2_SFTP_STATVFS
impl Send for LIBSSH2_SFTP_STATVFS
impl Sync for LIBSSH2_SFTP_STATVFS
impl Unpin for LIBSSH2_SFTP_STATVFS
impl UnwindSafe for LIBSSH2_SFTP_STATVFS
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more