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