#[repr(C)]pub struct QmiIndicationUimRefreshOutputEventFilesElement {
pub file_id: u16,
pub path: *mut GArray,
}Fields§
§file_id: u16§path: *mut GArrayTrait Implementations§
Source§impl Clone for QmiIndicationUimRefreshOutputEventFilesElement
impl Clone for QmiIndicationUimRefreshOutputEventFilesElement
Source§fn clone(&self) -> QmiIndicationUimRefreshOutputEventFilesElement
fn clone(&self) -> QmiIndicationUimRefreshOutputEventFilesElement
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for QmiIndicationUimRefreshOutputEventFilesElement
Auto 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