#[repr(C)]pub struct xpvfm {Show 14 fields
pub xmg_stash: *mut HV,
pub xmg_u: _xmgu,
pub xpv_cur: STRLEN,
pub xpv_len_u: xpvfm__bindgen_ty_1,
pub xcv_stash: *mut HV,
pub xcv_start_u: xpvfm__bindgen_ty_2,
pub xcv_root_u: xpvfm__bindgen_ty_3,
pub xcv_gv_u: xpvfm__bindgen_ty_4,
pub xcv_file: *mut c_char,
pub xcv_padlist_u: xpvfm__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: xpvfm__bindgen_ty_1
§xcv_stash: *mut HV
§xcv_start_u: xpvfm__bindgen_ty_2
§xcv_root_u: xpvfm__bindgen_ty_3
§xcv_gv_u: xpvfm__bindgen_ty_4
§xcv_file: *mut c_char
§xcv_padlist_u: xpvfm__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 xpvfm
impl RefUnwindSafe for xpvfm
impl !Send for xpvfm
impl !Sync for xpvfm
impl Unpin for xpvfm
impl UnwindSafe for xpvfm
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