Struct gio_sys::GFileAttributeInfoList[][src]

#[repr(C)]
pub struct GFileAttributeInfoList { pub infos: *mut GFileAttributeInfo, pub n_infos: c_int, }

Fields

Trait Implementations

impl Copy for GFileAttributeInfoList
[src]

impl Clone for GFileAttributeInfoList
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GFileAttributeInfoList
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations