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