Struct windows_sys::Win32::System::Search::DBFAILUREINFO
[−]Expand description
Required features: ‘Win32_System_Search’
Fields
hRow: usize
iColumn: usize
failure: HRESULT
Trait Implementations
impl Clone for DBFAILUREINFO
impl Clone for DBFAILUREINFO
impl Copy for DBFAILUREINFO
Auto Trait Implementations
impl RefUnwindSafe for DBFAILUREINFO
impl Send for DBFAILUREINFO
impl Sync for DBFAILUREINFO
impl Unpin for DBFAILUREINFO
impl UnwindSafe for DBFAILUREINFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more