Struct gio_sys::GFileAttributeInfo[][src]

#[repr(C)]
pub struct GFileAttributeInfo { pub name: *mut c_char, pub type_: GFileAttributeType, pub flags: GFileAttributeInfoFlags, }

Fields

Trait Implementations

impl Copy for GFileAttributeInfo
[src]

impl Clone for GFileAttributeInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GFileAttributeInfo
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations