#[repr(C)]pub struct xpvlv {
pub xmg_stash: *mut HV,
pub xmg_u: _xmgu,
pub xpv_cur: STRLEN,
pub xpv_len_u: xpvlv__bindgen_ty_1,
pub xiv_u: _xivu,
pub xnv_u: _xnvu,
pub xlv_targoff_u: xpvlv__bindgen_ty_2,
pub xlv_targlen: STRLEN,
pub xlv_targ: *mut SV,
pub xlv_type: c_char,
pub xlv_flags: c_char,
}
Fields§
§xmg_stash: *mut HV
§xmg_u: _xmgu
§xpv_cur: STRLEN
§xpv_len_u: xpvlv__bindgen_ty_1
§xiv_u: _xivu
§xnv_u: _xnvu
§xlv_targoff_u: xpvlv__bindgen_ty_2
§xlv_targlen: STRLEN
§xlv_targ: *mut SV
§xlv_type: c_char
§xlv_flags: c_char
Trait Implementations§
Auto Trait Implementations§
impl Freeze for xpvlv
impl RefUnwindSafe for xpvlv
impl !Send for xpvlv
impl !Sync for xpvlv
impl Unpin for xpvlv
impl UnwindSafe for xpvlv
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