#[repr(C)]pub struct gp {
pub gp_sv: *mut SV,
pub gp_io: *mut io,
pub gp_cv: *mut CV,
pub gp_cvgen: U32,
pub gp_refcnt: U32,
pub gp_hv: *mut HV,
pub gp_av: *mut AV,
pub gp_form: *mut CV,
pub gp_egv: *mut GV,
pub _bitfield_align_1: [u32; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 4]>,
pub gp_file_hek: *mut HEK,
}
Fields§
§gp_sv: *mut SV
§gp_io: *mut io
§gp_cv: *mut CV
§gp_cvgen: U32
§gp_refcnt: U32
§gp_hv: *mut HV
§gp_av: *mut AV
§gp_form: *mut CV
§gp_egv: *mut GV
§_bitfield_align_1: [u32; 0]
§_bitfield_1: __BindgenBitfieldUnit<[u8; 4]>
§gp_file_hek: *mut HEK
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for gp
impl RefUnwindSafe for gp
impl !Send for gp
impl !Sync for gp
impl Unpin for gp
impl UnwindSafe for gp
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