#[repr(C)]pub struct Hrlaccess {
pub min: HIMGCOOR,
pub max: HIMGCOOR,
pub rl: *mut Hrun,
pub first: *mut HITEMCNT,
pub last: *mut HITEMCNT,
pub no_row: *mut bool,
}
Fields§
§min: HIMGCOOR
§max: HIMGCOOR
§rl: *mut Hrun
§first: *mut HITEMCNT
§last: *mut HITEMCNT
§no_row: *mut bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Hrlaccess
impl RefUnwindSafe for Hrlaccess
impl !Send for Hrlaccess
impl !Sync for Hrlaccess
impl Unpin for Hrlaccess
impl UnwindSafe for Hrlaccess
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