#[repr(C)]pub struct xobject {
pub xmg_stash: *mut HV,
pub xmg_u: _xmgu,
pub xobject_maxfield: isize,
pub xobject_iter_sv_at: isize,
pub xobject_fields: *mut *mut SV,
}
Fields§
§xmg_stash: *mut HV
§xmg_u: _xmgu
§xobject_maxfield: isize
§xobject_iter_sv_at: isize
§xobject_fields: *mut *mut SV
Trait Implementations§
Auto Trait Implementations§
impl Freeze for xobject
impl RefUnwindSafe for xobject
impl !Send for xobject
impl !Sync for xobject
impl Unpin for xobject
impl UnwindSafe for xobject
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