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