#[repr(C)]pub union _xnvu {
pub xnv_nv: NV,
pub xgv_stash: *mut HV,
pub xnv_lines: line_t,
pub xnv_bm_tail: bool,
}Fields§
§xnv_nv: NV§xgv_stash: *mut HV§xnv_lines: line_t§xnv_bm_tail: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for _xnvu
impl RefUnwindSafe for _xnvu
impl !Send for _xnvu
impl !Sync for _xnvu
impl Unpin for _xnvu
impl UnwindSafe for _xnvu
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