Struct gio_sys::GFileAttributeInfo
[−]
[src]
#[repr(C)]pub struct GFileAttributeInfo { pub name: *mut c_char, pub type_: GFileAttributeType, pub flags: GFileAttributeInfoFlags, }
Fields
name: *mut c_char
type_: GFileAttributeType
flags: GFileAttributeInfoFlags
Trait Implementations
impl Copy for GFileAttributeInfo[src]
impl Clone for GFileAttributeInfo[src]
fn clone(&self) -> GFileAttributeInfo[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more