#[repr(C)]
pub union io__bindgen_ty_1 {
pub svu_pv: *mut c_char,
pub svu_iv: IV,
pub svu_uv: UV,
pub svu_nv: NV,
pub svu_rv: *mut SV,
pub svu_array: *mut *mut SV,
pub svu_hash: *mut *mut HE,
pub svu_gp: *mut GP,
pub svu_fp: *mut PerlIO,
}
Fields§
§svu_pv: *mut c_char
§svu_iv: IV
§svu_uv: UV
§svu_nv: NV
§svu_rv: *mut SV
§svu_array: *mut *mut SV
§svu_hash: *mut *mut HE
§svu_gp: *mut GP
§svu_fp: *mut PerlIO
Trait Implementations§
Source§impl Clone for io__bindgen_ty_1
impl Clone for io__bindgen_ty_1
Source§fn clone(&self) -> io__bindgen_ty_1
fn clone(&self) -> io__bindgen_ty_1
Returns a duplicate 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 io__bindgen_ty_1
impl Debug for io__bindgen_ty_1
impl Copy for io__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for io__bindgen_ty_1
impl RefUnwindSafe for io__bindgen_ty_1
impl !Send for io__bindgen_ty_1
impl !Sync for io__bindgen_ty_1
impl Unpin for io__bindgen_ty_1
impl UnwindSafe for io__bindgen_ty_1
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