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