#[repr(C)]pub struct Hrlregion {
pub is_compl: bool,
pub num: HITEMCNT,
pub num_max: HITEMCNT,
pub feature: HRegFeature,
pub rl: *mut Hrun,
}Fields§
§is_compl: bool§num: HITEMCNT§num_max: HITEMCNT§feature: HRegFeature§rl: *mut HrunTrait Implementations§
Auto Trait Implementations§
impl Freeze for Hrlregion
impl RefUnwindSafe for Hrlregion
impl !Send for Hrlregion
impl !Sync for Hrlregion
impl Unpin for Hrlregion
impl UnwindSafe for Hrlregion
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