Struct ROWSTATUS
#[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§
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