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