Struct windows_sys::Win32::Data::HtmlHelp::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 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