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