#[repr(C)]pub struct xpvinvlist {
pub xmg_stash: *mut HV,
pub xmg_u: _xmgu,
pub xpv_cur: STRLEN,
pub xpv_len_u: xpvinvlist__bindgen_ty_1,
pub prev_index: IV,
pub iterator: STRLEN,
pub is_offset: bool,
}
Fields§
§xmg_stash: *mut HV
§xmg_u: _xmgu
§xpv_cur: STRLEN
§xpv_len_u: xpvinvlist__bindgen_ty_1
§prev_index: IV
§iterator: STRLEN
§is_offset: bool
Trait Implementations§
Source§impl Clone for xpvinvlist
impl Clone for xpvinvlist
Source§fn clone(&self) -> xpvinvlist
fn clone(&self) -> xpvinvlist
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 xpvinvlist
impl Debug for xpvinvlist
impl Copy for xpvinvlist
Auto Trait Implementations§
impl Freeze for xpvinvlist
impl RefUnwindSafe for xpvinvlist
impl !Send for xpvinvlist
impl !Sync for xpvinvlist
impl Unpin for xpvinvlist
impl UnwindSafe for xpvinvlist
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