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