Struct gio_sys::GFileAttributeInfo
source · #[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§
source§impl Clone for GFileAttributeInfo
impl Clone for GFileAttributeInfo
source§fn clone(&self) -> GFileAttributeInfo
fn clone(&self) -> GFileAttributeInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more