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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GFileAttributeInfo
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations