#[repr(C)]pub struct QmiIndicationUimRefreshOutputEventFilesElement {
pub file_id: guint16,
pub path: *mut GArray,
}Expand description
Fields§
§file_id: guint16§path: *mut GArrayAuto Trait Implementations§
impl !Send for QmiIndicationUimRefreshOutputEventFilesElement
impl !Sync for QmiIndicationUimRefreshOutputEventFilesElement
impl Freeze for QmiIndicationUimRefreshOutputEventFilesElement
impl RefUnwindSafe for QmiIndicationUimRefreshOutputEventFilesElement
impl Unpin for QmiIndicationUimRefreshOutputEventFilesElement
impl UnsafeUnpin for QmiIndicationUimRefreshOutputEventFilesElement
impl UnwindSafe for QmiIndicationUimRefreshOutputEventFilesElement
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