#[repr(C)]pub struct ROWSTATUS {
pub lRowFirst: i32,
pub cRows: i32,
pub cProperties: i32,
pub cRowsTotal: i32,
}
Fields§
§lRowFirst: i32
§cRows: i32
§cProperties: i32
§cRowsTotal: i32
Trait Implementations§
impl Copy for ROWSTATUS
impl Eq for ROWSTATUS
impl StructuralPartialEq for ROWSTATUS
Auto Trait Implementations§
impl Freeze for ROWSTATUS
impl RefUnwindSafe for ROWSTATUS
impl Send for ROWSTATUS
impl Sync for ROWSTATUS
impl Unpin for ROWSTATUS
impl UnwindSafe for ROWSTATUS
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)