#[repr(C)]
pub union _xivu {
pub xivu_iv: IV,
pub xivu_uv: UV,
pub xivu_namehek: *mut HEK,
pub xivu_eval_seen: bool,
}
Fields§
§xivu_iv: IV
§xivu_uv: UV
§xivu_namehek: *mut HEK
§xivu_eval_seen: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for _xivu
impl RefUnwindSafe for _xivu
impl !Send for _xivu
impl !Sync for _xivu
impl Unpin for _xivu
impl UnwindSafe for _xivu
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