#[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_string

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.