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