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