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