pub type GFileAttributeInfo = _GFileAttributeInfo;

Aliased Type§

struct GFileAttributeInfo {
    pub name: *mut i8,
    pub type_: u32,
    pub flags: u32,
}

Fields§

§name: *mut i8§type_: u32§flags: u32