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