#[repr(C)]pub struct xpv {
pub xmg_stash: *mut HV,
pub xmg_u: _xmgu,
pub xpv_cur: STRLEN,
pub xpv_len_u: xpv__bindgen_ty_1,
}
Fields§
§xmg_stash: *mut HV
§xmg_u: _xmgu
§xpv_cur: STRLEN
§xpv_len_u: xpv__bindgen_ty_1
Trait Implementations§
Auto Trait Implementations§
impl Freeze for xpv
impl RefUnwindSafe for xpv
impl !Send for xpv
impl !Sync for xpv
impl Unpin for xpv
impl UnwindSafe for xpv
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