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