#[repr(C)]pub struct xpvhv_aux {Show 16 fields
pub xhv_name_u: _xhvnameu,
pub xhv_backreferences: *mut AV,
pub xhv_eiter: *mut HE,
pub xhv_riter: I32,
pub xhv_name_count: I32,
pub xhv_mro_meta: *mut mro_meta,
pub xhv_rand: U32,
pub xhv_last_rand: U32,
pub xhv_aux_flags: U32,
pub xhv_class_superclass: *mut HV,
pub xhv_class_initfields_cv: *mut CV,
pub xhv_class_adjust_blocks: *mut AV,
pub xhv_class_fields: *mut PADNAMELIST,
pub xhv_class_next_fieldix: PADOFFSET,
pub xhv_class_param_map: *mut HV,
pub xhv_class_suspended_initfields_compcv: *mut suspended_compcv,
}
Fields§
§xhv_name_u: _xhvnameu
§xhv_backreferences: *mut AV
§xhv_eiter: *mut HE
§xhv_riter: I32
§xhv_name_count: I32
§xhv_mro_meta: *mut mro_meta
§xhv_rand: U32
§xhv_last_rand: U32
§xhv_aux_flags: U32
§xhv_class_superclass: *mut HV
§xhv_class_initfields_cv: *mut CV
§xhv_class_adjust_blocks: *mut AV
§xhv_class_fields: *mut PADNAMELIST
§xhv_class_next_fieldix: PADOFFSET
§xhv_class_param_map: *mut HV
§xhv_class_suspended_initfields_compcv: *mut suspended_compcv
Trait Implementations§
Auto Trait Implementations§
impl Freeze for xpvhv_aux
impl RefUnwindSafe for xpvhv_aux
impl !Send for xpvhv_aux
impl !Sync for xpvhv_aux
impl Unpin for xpvhv_aux
impl UnwindSafe for xpvhv_aux
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