Struct windows_sys::Win32::System::Search::tagDBROWWATCHRANGE
[−]#[repr(C)]pub struct tagDBROWWATCHRANGE {
pub hRegion: usize,
pub eChangeKind: u32,
pub hRow: usize,
pub iRow: usize,
}
Expand description
Required features: "Win32_System_Search"
Fields
hRegion: usize
eChangeKind: u32
hRow: usize
iRow: usize
Trait Implementations
impl Clone for tagDBROWWATCHRANGE
impl Clone for tagDBROWWATCHRANGE
impl Copy for tagDBROWWATCHRANGE
Auto Trait Implementations
impl RefUnwindSafe for tagDBROWWATCHRANGE
impl Send for tagDBROWWATCHRANGE
impl Sync for tagDBROWWATCHRANGE
impl Unpin for tagDBROWWATCHRANGE
impl UnwindSafe for tagDBROWWATCHRANGE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more