Struct windows_sys::Win32::System::Search::DBFAILUREINFO
#[repr(C)]pub struct DBFAILUREINFO {
pub hRow: usize,
pub iColumn: usize,
pub failure: HRESULT,
}Fields§
§hRow: usize§iColumn: usize§failure: HRESULTTrait 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§
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