pub type GFileAttributeInfo = _GFileAttributeInfo;
Expand description
GFileAttributeInfo: @name: the name of the attribute. @type: the #GFileAttributeType type of the attribute. @flags: a set of #GFileAttributeInfoFlags.
Information about a specific attribute.
Aliased Type§
struct GFileAttributeInfo {
pub name: *mut i8,
pub type_: u32,
pub flags: u32,
}
Fields§
§name: *mut i8
§type_: u32
§flags: u32
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