#[repr(C)]pub struct Hvrlregion {
pub is_compl: bool,
pub num: HITEMCNT,
pub num_max: HITEMCNT,
pub feature: HRegFeature,
pub rc: *mut Hvrun,
}Fields§
§is_compl: bool§num: HITEMCNT§num_max: HITEMCNT§feature: HRegFeature§rc: *mut HvrunTrait Implementations§
Source§impl Clone for Hvrlregion
impl Clone for Hvrlregion
Source§fn clone(&self) -> Hvrlregion
fn clone(&self) -> Hvrlregion
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Hvrlregion
Auto Trait Implementations§
impl Freeze for Hvrlregion
impl RefUnwindSafe for Hvrlregion
impl !Send for Hvrlregion
impl !Sync for Hvrlregion
impl Unpin for Hvrlregion
impl UnwindSafe for Hvrlregion
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