#[repr(C)]pub struct _GFileAttributeInfo {
pub name: *mut c_char,
pub type_: GFileAttributeType,
pub flags: GFileAttributeInfoFlags,
}
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.
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 moreSource§impl Debug for _GFileAttributeInfo
impl Debug for _GFileAttributeInfo
Source§impl PartialEq for _GFileAttributeInfo
impl PartialEq for _GFileAttributeInfo
impl Copy for _GFileAttributeInfo
impl Eq for _GFileAttributeInfo
impl StructuralPartialEq for _GFileAttributeInfo
Auto Trait Implementations§
impl Freeze for _GFileAttributeInfo
impl RefUnwindSafe for _GFileAttributeInfo
impl !Send for _GFileAttributeInfo
impl !Sync for _GFileAttributeInfo
impl Unpin for _GFileAttributeInfo
impl UnwindSafe for _GFileAttributeInfo
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more