#[repr(C)]pub struct xpvhv_with_aux {
pub xmg_stash: *mut HV,
pub xmg_u: _xmgu,
pub xhv_keys: STRLEN,
pub xhv_max: STRLEN,
pub xhv_aux: xpvhv_aux,
}
Fields§
§xmg_stash: *mut HV
§xmg_u: _xmgu
§xhv_keys: STRLEN
§xhv_max: STRLEN
§xhv_aux: xpvhv_aux
Trait Implementations§
Source§impl Clone for xpvhv_with_aux
impl Clone for xpvhv_with_aux
Source§fn clone(&self) -> xpvhv_with_aux
fn clone(&self) -> xpvhv_with_aux
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 xpvhv_with_aux
impl Debug for xpvhv_with_aux
impl Copy for xpvhv_with_aux
Auto Trait Implementations§
impl Freeze for xpvhv_with_aux
impl RefUnwindSafe for xpvhv_with_aux
impl !Send for xpvhv_with_aux
impl !Sync for xpvhv_with_aux
impl Unpin for xpvhv_with_aux
impl UnwindSafe for xpvhv_with_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