Struct gio::FileAttributeInfo
source · #[repr(transparent)]pub struct FileAttributeInfo { /* private fields */ }
Expand description
Information about a specific attribute.
Implementations§
source§impl FileAttributeInfo
impl FileAttributeInfo
pub fn as_ptr(&self) -> *mut GFileAttributeInfo
sourcepub unsafe fn from_glib_ptr_borrow<'a>(
ptr: *const GFileAttributeInfo
) -> &'a Self
pub unsafe fn from_glib_ptr_borrow<'a>( ptr: *const GFileAttributeInfo ) -> &'a Self
Borrows the underlying C value.
sourcepub unsafe fn from_glib_ptr_borrow_mut<'a>(
ptr: *mut GFileAttributeInfo
) -> &'a mut Self
pub unsafe fn from_glib_ptr_borrow_mut<'a>( ptr: *mut GFileAttributeInfo ) -> &'a mut Self
Borrows the underlying C value mutably.