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