#[repr(C)]pub struct suspended_compcv {
pub compcv: *mut CV,
pub padix: STRLEN,
pub constpadix: STRLEN,
pub comppad_name_fill: STRLEN,
pub min_intro_pending: STRLEN,
pub max_intro_pending: STRLEN,
pub cv_has_eval: bool,
pub pad_reset_pending: bool,
}
Fields§
§compcv: *mut CV
§padix: STRLEN
§constpadix: STRLEN
§comppad_name_fill: STRLEN
§min_intro_pending: STRLEN
§max_intro_pending: STRLEN
§cv_has_eval: bool
§pad_reset_pending: bool
Trait Implementations§
Source§impl Clone for suspended_compcv
impl Clone for suspended_compcv
Source§fn clone(&self) -> suspended_compcv
fn clone(&self) -> suspended_compcv
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 moreSource§impl Debug for suspended_compcv
impl Debug for suspended_compcv
impl Copy for suspended_compcv
Auto Trait Implementations§
impl Freeze for suspended_compcv
impl RefUnwindSafe for suspended_compcv
impl !Send for suspended_compcv
impl !Sync for suspended_compcv
impl Unpin for suspended_compcv
impl UnwindSafe for suspended_compcv
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