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_charlongname: *mut c_charflags: u32type_: u8size: u64uid: u32gid: u32owner: *mut c_chargroup: *mut c_charpermissions: u32atime64: u64atime: u32atime_nseconds: u32createtime: u64createtime_nseconds: u32mtime64: u64mtime: u32mtime_nseconds: u32acl: ssh_stringextended_count: u32extended_type: ssh_stringextended_data: ssh_stringTrait Implementations
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
Mutably borrows from an owned value. Read more