#[repr(C)]pub struct Hcontvar {
pub row: *mut HIMGCOOR,
pub col: *mut HIMGCOOR,
pub num: HITEMCNT,
pub max_num: HITEMCNT,
}Fields§
§row: *mut HIMGCOOR§col: *mut HIMGCOOR§num: HITEMCNT§max_num: HITEMCNTTrait Implementations§
Auto Trait Implementations§
impl Freeze for Hcontvar
impl RefUnwindSafe for Hcontvar
impl !Send for Hcontvar
impl !Sync for Hcontvar
impl Unpin for Hcontvar
impl UnwindSafe for Hcontvar
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