Struct libssh_rs_sys::sftp_attributes_struct 
source · #[repr(C)]pub struct sftp_attributes_struct {Show 22 fields
    pub name: *mut c_char,
    pub longname: *mut c_char,
    pub flags: u32,
    pub type_: u8,
    pub size: u64,
    pub uid: u32,
    pub gid: u32,
    pub owner: *mut c_char,
    pub group: *mut c_char,
    pub permissions: u32,
    pub atime64: u64,
    pub atime: u32,
    pub atime_nseconds: u32,
    pub createtime: u64,
    pub createtime_nseconds: u32,
    pub mtime64: u64,
    pub mtime: u32,
    pub mtime_nseconds: u32,
    pub acl: ssh_string,
    pub extended_count: u32,
    pub extended_type: ssh_string,
    pub extended_data: ssh_string,
}Fields§
§name: *mut c_char§longname: *mut c_char§flags: u32§type_: u8§size: u64§uid: u32§gid: u32§owner: *mut c_char§group: *mut c_char§permissions: u32§atime64: u64§atime: u32§atime_nseconds: u32§createtime: u64§createtime_nseconds: u32§mtime64: u64§mtime: u32§mtime_nseconds: u32§acl: ssh_string§extended_count: u32§extended_type: ssh_string§extended_data: ssh_stringTrait Implementations§
source§impl Clone for sftp_attributes_struct
 
impl Clone for sftp_attributes_struct
source§fn clone(&self) -> sftp_attributes_struct
 
fn clone(&self) -> sftp_attributes_struct
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 moresource§impl Debug for sftp_attributes_struct
 
impl Debug for sftp_attributes_struct
impl Copy for sftp_attributes_struct
Auto Trait Implementations§
impl RefUnwindSafe for sftp_attributes_struct
impl !Send for sftp_attributes_struct
impl !Sync for sftp_attributes_struct
impl Unpin for sftp_attributes_struct
impl UnwindSafe for sftp_attributes_struct
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