#[repr(C)]pub struct GFileAttributeInfo {
pub name: *mut gchar,
pub type_: GFileAttributeType,
pub flags: GFileAttributeInfoFlags,
}Fields§
§name: *mut gchar§type_: GFileAttributeType§flags: GFileAttributeInfoFlagsAuto 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