#[repr(C)]pub struct ROWSTATUS {
pub lRowFirst: i32,
pub cRows: i32,
pub cProperties: i32,
pub cRowsTotal: i32,
}
Expand description
Required features: "Win32_Data_HtmlHelp"
Fields
lRowFirst: i32
cRows: i32
cProperties: i32
cRowsTotal: i32
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ROWSTATUS
impl Send for ROWSTATUS
impl Sync for ROWSTATUS
impl Unpin for ROWSTATUS
impl UnwindSafe for ROWSTATUS
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