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