#[repr(C)]pub struct GFileAttributeInfoList {
pub infos: *mut GFileAttributeInfo,
pub n_infos: gint,
}Fields§
§infos: *mut GFileAttributeInfo§n_infos: gintAuto Trait Implementations§
impl Freeze for GFileAttributeInfoList
impl RefUnwindSafe for GFileAttributeInfoList
impl !Send for GFileAttributeInfoList
impl !Sync for GFileAttributeInfoList
impl Unpin for GFileAttributeInfoList
impl UnwindSafe for GFileAttributeInfoList
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