Struct DBROWWATCHCHANGE
#[repr(C)]pub struct DBROWWATCHCHANGE {
pub hRegion: usize,
pub eChangeKind: u32,
pub hRow: usize,
pub iRow: usize,
}
Fields§
§hRegion: usize
§eChangeKind: u32
§hRow: usize
§iRow: usize
Trait Implementations§
§impl Clone for DBROWWATCHCHANGE
impl Clone for DBROWWATCHCHANGE
§fn clone(&self) -> DBROWWATCHCHANGE
fn clone(&self) -> DBROWWATCHCHANGE
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Debug for DBROWWATCHCHANGE
impl Debug for DBROWWATCHCHANGE
§impl Default for DBROWWATCHCHANGE
impl Default for DBROWWATCHCHANGE
§impl PartialEq for DBROWWATCHCHANGE
impl PartialEq for DBROWWATCHCHANGE
impl Copy for DBROWWATCHCHANGE
impl StructuralPartialEq for DBROWWATCHCHANGE
Auto Trait Implementations§
impl Freeze for DBROWWATCHCHANGE
impl RefUnwindSafe for DBROWWATCHCHANGE
impl Send for DBROWWATCHCHANGE
impl Sync for DBROWWATCHCHANGE
impl Unpin for DBROWWATCHCHANGE
impl UnwindSafe for DBROWWATCHCHANGE
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