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_chartype_: GFileAttributeTypeflags: GFileAttributeInfoFlagsTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GFileAttributeInfoimpl !Send for GFileAttributeInfoimpl !Sync for GFileAttributeInfoimpl Unpin for GFileAttributeInfoimpl UnwindSafe for GFileAttributeInfoBlanket Implementations
Mutably borrows from an owned value. Read more