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