#[repr(C)]pub struct xpvcv {Show 14 fields
pub xmg_stash: *mut HV,
pub xmg_u: _xmgu,
pub xpv_cur: STRLEN,
pub xpv_len_u: xpvcv__bindgen_ty_1,
pub xcv_stash: *mut HV,
pub xcv_start_u: xpvcv__bindgen_ty_2,
pub xcv_root_u: xpvcv__bindgen_ty_3,
pub xcv_gv_u: xpvcv__bindgen_ty_4,
pub xcv_file: *mut c_char,
pub xcv_padlist_u: xpvcv__bindgen_ty_5,
pub xcv_outside: *mut CV,
pub xcv_outside_seq: U32,
pub xcv_flags: cv_flags_t,
pub xcv_depth: I32,
}
Fields§
§xmg_stash: *mut HV
§xmg_u: _xmgu
§xpv_cur: STRLEN
§xpv_len_u: xpvcv__bindgen_ty_1
§xcv_stash: *mut HV
§xcv_start_u: xpvcv__bindgen_ty_2
§xcv_root_u: xpvcv__bindgen_ty_3
§xcv_gv_u: xpvcv__bindgen_ty_4
§xcv_file: *mut c_char
§xcv_padlist_u: xpvcv__bindgen_ty_5
§xcv_outside: *mut CV
§xcv_outside_seq: U32
§xcv_flags: cv_flags_t
§xcv_depth: I32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for xpvcv
impl RefUnwindSafe for xpvcv
impl !Send for xpvcv
impl !Sync for xpvcv
impl Unpin for xpvcv
impl UnwindSafe for xpvcv
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