#[repr(C)]pub struct hv {
pub sv_any: *mut XPVHV,
pub sv_refcnt: U32,
pub sv_flags: U32,
pub sv_u: hv__bindgen_ty_1,
}
Fields§
§sv_any: *mut XPVHV
§sv_refcnt: U32
§sv_flags: U32
§sv_u: hv__bindgen_ty_1
Trait Implementations§
Auto Trait Implementations§
impl Freeze for hv
impl RefUnwindSafe for hv
impl !Send for hv
impl !Sync for hv
impl Unpin for hv
impl UnwindSafe for hv
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