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