pub struct QmiIndicationUimRefreshOutput { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl !Send for QmiIndicationUimRefreshOutput
impl !Sync for QmiIndicationUimRefreshOutput
impl !Unpin for QmiIndicationUimRefreshOutput
impl Freeze for QmiIndicationUimRefreshOutput
impl RefUnwindSafe for QmiIndicationUimRefreshOutput
impl UnsafeUnpin for QmiIndicationUimRefreshOutput
impl UnwindSafe for QmiIndicationUimRefreshOutput
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